#CEC1BA

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

Shades of Pale Slate #CEC1BA

Tints of Pale Slate #CEC1BA

Color information

#CEC1BA (or 0xCEC1BA) is unknown color: approx Pale Slate. HEX triplet: CE, C1 and BA. RGB value is (206,193,186). Sum of RGB (Red+Green+Blue) = 206+193+186=585 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.21% from 585); Green value is 193 (75.78% from 255 or 32.99% from 585); Blue value is 186 (73.05% from 255 or 31.79% from 585); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC1BA is #313E45. Grayscale: #C4C4C4. Windows color (decimal): -3227206 or 12239310. OLE color: 12239310.

HSL color Cylindrical-coordinate representation of color #CEC1BA: hue angle of 21º 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 #CEC1BA is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB206193186-
CMYK00.060.100.19
HSL21º16.95%76.86%-
HSV(B)21º9.71%80.78%-
XYZ53.3954.8154.22-
YUV196.09122.31135.07-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.21%
GREEN value IS 193 (75.78% from 255) = 32.99%
BLUE value IS 186 (73.05% from 255) = 31.79%
R=35.21%
G=32.99%
B=31.79%

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
Decimal20619318600.060.100.192116.9576.86
HexCEC1BA06A1315114d
Octal3163012720612232521115
Binary110011101100000110111010011010101001110101100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC1BA; }

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

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

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

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

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

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

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

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