Color Hex Logo

#ceb6cc Color Hex

#CEB6CC
(206,182,204)
0 Favorites   0 Comments

Color spaces of #ceb6cc

RGB 206182204
HSL0.850.200.76
HSV305°12°81°
CMYK 0.000.120.01   0.19
XYZ53.080650.937364.1610
Yxy50.93730.31560.3029
Hunter Lab71.37047.8584-3.3416
CIE-Lab76.641012.4374-7.9486

#ceb6cc color RGB value is (206,182,204).

#ceb6cc hex color red value is 206, green value is 182 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ceb6cc hue: 0.85 , saturation: 0.20 and the lightness value of ceb6cc is 0.76.

The process color (four color CMYK) of #ceb6cc color hex is 0.00, 0.12, 0.01, 0.19. Web safe color of #ceb6cc is #cccccc. Color #ceb6cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110110 11001100
Octal 316 266 314
Decimal 206 182 204
Hex CE B6 CC

RGB Percentages of Color #ceb6cc

%34.80
%30.74
%34.46

CMYK Percentages of Color #ceb6cc

%0
%12
%1
%19

Triadic Colors of #ceb6cc

#ceb6cc #ccceb6 #b6ccce

Analogous Colors of #ceb6cc

#ceb6cc #ceb6c0 #c4b6ce

Monochromatic Colors of #ceb6cc

#ceb6cc

Complementary Color

#ceb6cc #b6ceb8

#ceb6cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb6cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb6cc Color CSS Codes

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

#ceb6cc Text Font Color

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

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


#ceb6cc Background Color

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

This div background color is #ceb6cc


#ceb6cc Border Color

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

This div border color is #ceb6cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb6cc


Comments

No comments written yet.

Please login to write comment.