Color Hex Logo

#cebbdb Color Hex

#CEBBDB
(206,187,219)
0 Favorites   0 Comments

Color spaces of #cebbdb

RGB 206187219
HSL0.770.310.80
HSV276°15°86°
CMYK 0.060.150.00   0.14
XYZ56.010153.776974.4458
Yxy53.77690.30400.2919
Hunter Lab73.33278.0025-8.8570
CIE-Lab78.331512.5905-13.5531

#cebbdb color RGB value is (206,187,219).

#cebbdb hex color red value is 206, green value is 187 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cebbdb hue: 0.77 , saturation: 0.31 and the lightness value of cebbdb is 0.80.

The process color (four color CMYK) of #cebbdb color hex is 0.06, 0.15, 0.00, 0.14. Web safe color of #cebbdb is #cccccc. Color #cebbdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111011 11011011
Octal 316 273 333
Decimal 206 187 219
Hex CE BB DB

RGB Percentages of Color #cebbdb

%33.66
%30.56
%35.78

CMYK Percentages of Color #cebbdb

%6
%15
%0
%14

Triadic Colors of #cebbdb

#cebbdb #dbcebb #bbdbce

Analogous Colors of #cebbdb

#cebbdb #dbbbd8 #bebbdb

Monochromatic Colors of #cebbdb

#cebbdb

Complementary Color

#cebbdb #c8dbbb

#cebbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebbdb Color CSS Codes

.mybgcolor {background-color:#cebbdb; } 
.myforecolor {color:#cebbdb; }
.mybordercolor {border:3px solid #cebbdb; }

#cebbdb Text Font Color

<p style="color:#cebbdb">Text here</p>

This sample text font color is #cebbdb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cebbdb Background Color

<div style="background-color:#cebbdb">
Div content here</div>

This div background color is #cebbdb


#cebbdb Border Color

<div style="border:3px solid #cebbdb">
Div here</div>

This div border color is #cebbdb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(206,187,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cebbdb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cebbdb;
  -webkit-box-shadow: 1px 1px 3px 2px #cebbdb;
  box-shadow:         1px 1px 3px 2px #cebbdb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,187,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cebbdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cebbdb;
  -webkit-box-shadow: 1px 1px 3px 2px #cebbdb;
  box-shadow:         1px 1px 3px 2px #cebbdb;">
Div content here</div>

This div box has shadow with color #cebbdb


Comments

No comments written yet.

Please login to write comment.