#CEC2BA

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

Shades of Pale Slate #CEC2BA

Tints of Pale Slate #CEC2BA

Color information

#CEC2BA (or 0xCEC2BA) is unknown color: approx Pale Slate. HEX triplet: CE, C2 and BA. RGB value is (206,194,186). Sum of RGB (Red+Green+Blue) = 206+194+186=586 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.15% from 586); Green value is 194 (76.17% from 255 or 33.11% from 586); Blue value is 186 (73.05% from 255 or 31.74% from 586); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC2BA is #313D45. Grayscale: #C4C4C4. Windows color (decimal): -3226950 or 12239566. OLE color: 12239566.

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

Color convert

RGB206194186-
CMYK00.060.100.19
HSL24º16.95%76.86%-
HSV(B)24º9.71%80.78%-
XYZ53.6155.2554.29-
YUV196.68121.98134.65-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.15%
GREEN value IS 194 (76.17% from 255) = 33.11%
BLUE value IS 186 (73.05% from 255) = 31.74%
R=35.15%
G=33.11%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619418600.060.100.192416.9576.86
HexCEC2BA06A1318114d
Octal3163022720612233021115
Binary110011101100001010111010011010101001111000100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC2BA; }

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

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

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

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

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

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

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

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