Color Hex Logo

#cec8db Color Hex

#CEC8DB
(206,200,219)
0 Favorites   0 Comments

Color spaces of #cec8db

RGB 206200219
HSL0.720.210.82
HSV259°86°
CMYK 0.060.090.00   0.14
XYZ58.894159.544875.4071
Yxy59.54480.30380.3072
Hunter Lab77.16531.1956-3.9234
CIE-Lab81.59015.6193-8.6898

#cec8db color RGB value is (206,200,219).

#cec8db hex color red value is 206, green value is 200 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cec8db hue: 0.72 , saturation: 0.21 and the lightness value of cec8db is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11001000 11011011
Octal 316 310 333
Decimal 206 200 219
Hex CE C8 DB

RGB Percentages of Color #cec8db

%32.96
%32.00
%35.04

CMYK Percentages of Color #cec8db

%6
%9
%0
%14

Triadic Colors of #cec8db

#cec8db #dbcec8 #c8dbce

Analogous Colors of #cec8db

#cec8db #d8c8db #c8ccdb

Monochromatic Colors of #cec8db

#cec8db

Complementary Color

#cec8db #d5dbc8

#cec8db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cec8db Color Preview on White Background

Lorem ipsum dolor sit amet.

#cec8db Color CSS Codes

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

#cec8db Text Font Color

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

This sample text font color is #cec8db
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.


#cec8db Background Color

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

This div background color is #cec8db


#cec8db Border Color

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

This div border color is #cec8db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,200,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 #cec8db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cec8db


Comments

No comments written yet.

Please login to write comment.