Color Hex Logo

#ceb9dc Color Hex

#CEB9DC
(206,185,220)
0 Favorites   0 Comments

Color spaces of #ceb9dc

RGB 206185220
HSL0.770.330.79
HSV276°16°86°
CMYK 0.060.160.00   0.14
XYZ55.720852.987075.0009
Yxy52.98700.30330.2884
Hunter Lab72.79229.2515-10.1345
CIE-Lab77.867313.8682-14.7902

#ceb9dc color RGB value is (206,185,220).

#ceb9dc hex color red value is 206, green value is 185 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ceb9dc hue: 0.77 , saturation: 0.33 and the lightness value of ceb9dc is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111001 11011100
Octal 316 271 334
Decimal 206 185 220
Hex CE B9 DC

RGB Percentages of Color #ceb9dc

%33.72
%30.28
%36.01

CMYK Percentages of Color #ceb9dc

%6
%16
%0
%14

Triadic Colors of #ceb9dc

#ceb9dc #dcceb9 #b9dcce

Analogous Colors of #ceb9dc

#ceb9dc #dcb9d9 #bdb9dc

Monochromatic Colors of #ceb9dc

#ceb9dc

Complementary Color

#ceb9dc #c7dcb9

#ceb9dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb9dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb9dc Color CSS Codes

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

#ceb9dc Text Font Color

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

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


#ceb9dc Background Color

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

This div background color is #ceb9dc


#ceb9dc Border Color

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

This div border color is #ceb9dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb9dc


Comments

No comments written yet.

Please login to write comment.