Color Hex Logo

#ceb1dc Color Hex

#CEB1DC
(206,177,220)
0 Favorites   0 Comments

Color spaces of #ceb1dc

RGB 206177220
HSL0.780.380.78
HSV280°20°86°
CMYK 0.060.200.00   0.14
XYZ54.094049.733474.4586
Yxy49.73340.30340.2790
Hunter Lab70.521913.5055-13.2344
CIE-Lab75.905318.2123-17.7462

#ceb1dc color RGB value is (206,177,220).

#ceb1dc hex color red value is 206, green value is 177 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ceb1dc hue: 0.78 , saturation: 0.38 and the lightness value of ceb1dc is 0.78.

The process color (four color CMYK) of #ceb1dc color hex is 0.06, 0.20, 0.00, 0.14. Web safe color of #ceb1dc is #cc99cc. Color #ceb1dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110001 11011100
Octal 316 261 334
Decimal 206 177 220
Hex CE B1 DC

RGB Percentages of Color #ceb1dc

%34.16
%29.35
%36.48

CMYK Percentages of Color #ceb1dc

%6
%20
%0
%14

Triadic Colors of #ceb1dc

#ceb1dc #dcceb1 #b1dcce

Analogous Colors of #ceb1dc

#ceb1dc #dcb1d5 #b9b1dc

Monochromatic Colors of #ceb1dc

#ceb1dc

Complementary Color

#ceb1dc #bfdcb1

#ceb1dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb1dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb1dc Color CSS Codes

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

#ceb1dc Text Font Color

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

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


#ceb1dc Background Color

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

This div background color is #ceb1dc


#ceb1dc Border Color

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

This div border color is #ceb1dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb1dc


Comments

No comments written yet.

Please login to write comment.