#CEC1BB

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

Shades of Pale Slate #CEC1BB

Tints of Pale Slate #CEC1BB

Color information

#CEC1BB (or 0xCEC1BB) is unknown color: approx Pale Slate. HEX triplet: CE, C1 and BB. RGB value is (206,193,187). Sum of RGB (Red+Green+Blue) = 206+193+187=586 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.15% from 586); Green value is 193 (75.78% from 255 or 32.94% from 586); Blue value is 187 (73.44% from 255 or 31.91% from 586); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC1BB is #313E44. Grayscale: #C4C4C4. Windows color (decimal): -3227205 or 12304846. OLE color: 12304846.

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

Color convert

RGB206193187-
CMYK00.060.090.19
HSL18.95º16.24%77.06%-
HSV(B)18.95º9.22%80.78%-
XYZ53.4954.8554.78-
YUV196.2122.81134.99-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.15%
GREEN value IS 193 (75.78% from 255) = 32.94%
BLUE value IS 187 (73.44% from 255) = 31.91%
R=35.15%
G=32.94%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619318700.060.090.1918.9516.2477.06
HexCEC1BB0691313104d
Octal3163012730611232320115
Binary110011101100000110111011011010011001110011100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC1BB; }

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

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

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

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

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

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

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

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