#CEC3BB

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

Shades of Pale Slate #CEC3BB

Tints of Pale Slate #CEC3BB

Color information

#CEC3BB (or 0xCEC3BB) is unknown color: approx Pale Slate. HEX triplet: CE, C3 and BB. RGB value is (206,195,187). Sum of RGB (Red+Green+Blue) = 206+195+187=588 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.03% from 588); Green value is 195 (76.56% from 255 or 33.16% from 588); Blue value is 187 (73.44% from 255 or 31.80% from 588); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC3BB is #313C44. Grayscale: #C5C5C5. Windows color (decimal): -3226693 or 12305358. OLE color: 12305358.

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

Color convert

RGB206195187-
CMYK00.050.090.19
HSL25.26º16.24%77.06%-
HSV(B)25.26º9.22%80.78%-
XYZ53.9455.7454.93-
YUV197.38122.14134.15-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.03%
GREEN value IS 195 (76.56% from 255) = 33.16%
BLUE value IS 187 (73.44% from 255) = 31.80%
R=35.03%
G=33.16%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619518700.050.090.1925.2616.2477.06
HexCEC3BB0591319104d
Octal3163032730511233120115
Binary110011101100001110111011010110011001111001100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC3BB; }

 p { color: rgb(206,195,187); }

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

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

 a { background-color: rgb(206,195,187); }

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

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

 span { border-color: rgb(206,195,187); }

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