#CEC3BD

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

Shades of Pale Slate #CEC3BD

Tints of Pale Slate #CEC3BD

Color information

#CEC3BD (or 0xCEC3BD) is unknown color: approx Pale Slate. HEX triplet: CE, C3 and BD. RGB value is (206,195,189). Sum of RGB (Red+Green+Blue) = 206+195+189=590 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.92% from 590); Green value is 195 (76.56% from 255 or 33.05% from 590); Blue value is 189 (74.22% from 255 or 32.03% from 590); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC3BD is #313C42. Grayscale: #C5C5C5. Windows color (decimal): -3226691 or 12436430. OLE color: 12436430.

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

Color convert

RGB206195189-
CMYK00.050.080.19
HSL21.18º14.78%77.45%-
HSV(B)21.18º8.25%80.78%-
XYZ54.1555.8356.07-
YUV197.6123.14133.99-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.92%
GREEN value IS 195 (76.56% from 255) = 33.05%
BLUE value IS 189 (74.22% from 255) = 32.03%
R=34.92%
G=33.05%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619518900.050.080.1921.1814.7877.45
HexCEC3BD0581315f4d
Octal3163032750510232517115
Binary11001110110000111011110101011000100111010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC3BD; }

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

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

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

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

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

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

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

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