#CECAB5

Color #CECAB5 Chrome White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chrome White #CECAB5

Tints of Chrome White #CECAB5

Color information

#CECAB5 (or 0xCECAB5) is unknown color: approx Chrome White. HEX triplet: CE, CA and B5. RGB value is (206,202,181). Sum of RGB (Red+Green+Blue) = 206+202+181=589 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.97% from 589); Green value is 202 (79.30% from 255 or 34.30% from 589); Blue value is 181 (71.09% from 255 or 30.73% from 589); Max value from RGB is 206 - color contains mainly: red. Hex color #CECAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECAB5 is #31354A. Grayscale: #C8C8C8. Windows color (decimal): -3224907 or 11913934. OLE color: 11913934.

HSL color Cylindrical-coordinate representation of color #CECAB5: hue angle of 50.4º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CECAB5 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB206202181-
CMYK00.020.120.19
HSL50.4º20.33%75.88%-
HSV(B)50.4º12.14%80.78%-
XYZ54.9158.752.15-
YUV200.8116.83131.71-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.97%
GREEN value IS 202 (79.30% from 255) = 34.30%
BLUE value IS 181 (71.09% from 255) = 30.73%
R=34.97%
G=34.30%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620218100.020.120.1950.420.3375.88
HexCECAB502C1332144c
Octal3163122650214236224114
Binary110011101100101010110101010110010011110010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECAB5; }

 p { color: rgb(206,202,181); }

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

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

 a { background-color: rgb(206,202,181); }

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

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

 span { border-color: rgb(206,202,181); }

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