#CEC2BD

Color #CEC2BD Pale Slate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Slate #CEC2BD

Tints of Pale Slate #CEC2BD

Color information

#CEC2BD (or 0xCEC2BD) is unknown color: approx Pale Slate. HEX triplet: CE, C2 and BD. RGB value is (206,194,189). Sum of RGB (Red+Green+Blue) = 206+194+189=589 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.97% from 589); Green value is 194 (76.17% from 255 or 32.94% from 589); Blue value is 189 (74.22% from 255 or 32.09% from 589); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC2BD is #313D42. Grayscale: #C5C5C5. Windows color (decimal): -3226947 or 12436174. OLE color: 12436174.

HSL color Cylindrical-coordinate representation of color #CEC2BD: hue angle of 17.65º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CEC2BD is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB206194189-
CMYK00.060.080.19
HSL17.65º14.78%77.45%-
HSV(B)17.65º8.25%80.78%-
XYZ53.9355.3855.99-
YUV197.02123.48134.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 34.97%
GREEN value IS 194 (76.17% from 255) = 32.94%
BLUE value IS 189 (74.22% from 255) = 32.09%
R=34.97%
G=32.94%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619418900.060.080.1917.6514.7877.45
HexCEC2BD0681312f4d
Octal3163022750610232217115
Binary11001110110000101011110101101000100111001011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC2BD; }

 p { color: rgb(206,194,189); }

 H1.HeaderClassName
 {
   color: #CEC2BD;
 }
 .AnyTagClassName
 {
   color: #CEC2BD;
 }
</style>
background-color css

<style>
 a { background-color: #CEC2BD; }

 a { background-color: rgb(206,194,189); }

 div.DivClassName
 {
   background-color: #CEC2BD;
 }
 .BgClassName
 {
   background-color: #CEC2BD;
 }
</style>
border-color css

<style>
 span { border-color: #CEC2BD; }

 span { border-color: rgb(206,194,189); }

 td.TdClassName
 {
   border-color: #CEC2BD;
 }
 .TagClassName
 {
   border-color: #CEC2BD;
 }
</style>