#CECAB0

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

Shades of Chrome White #CECAB0

Tints of Chrome White #CECAB0

Color information

#CECAB0 (or 0xCECAB0) is unknown color: approx Chrome White. HEX triplet: CE, CA and B0. RGB value is (206,202,176). Sum of RGB (Red+Green+Blue) = 206+202+176=584 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.27% from 584); Green value is 202 (79.30% from 255 or 34.59% from 584); Blue value is 176 (69.14% from 255 or 30.14% from 584); Max value from RGB is 206 - color contains mainly: red. Hex color #CECAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECAB0 is #31354F. Grayscale: #C8C8C8. Windows color (decimal): -3224912 or 11586254. OLE color: 11586254.

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

Color convert

RGB206202176-
CMYK00.020.150.19
HSL52º23.44%74.9%-
HSV(B)52º14.56%80.78%-
XYZ54.4158.549.5-
YUV200.23114.33132.11-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.27%
GREEN value IS 202 (79.30% from 255) = 34.59%
BLUE value IS 176 (69.14% from 255) = 30.14%
R=35.27%
G=34.59%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620217600.020.150.195223.4474.9
HexCECAB002F1334174b
Octal3163122600217236427113
Binary110011101100101010110000010111110011110100101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECAB0; }

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

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

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

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

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

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

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

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