#CECAB3

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

Shades of Chrome White #CECAB3

Tints of Chrome White #CECAB3

Color information

#CECAB3 (or 0xCECAB3) is unknown color: approx Chrome White. HEX triplet: CE, CA and B3. RGB value is (206,202,179). Sum of RGB (Red+Green+Blue) = 206+202+179=587 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.09% from 587); Green value is 202 (79.30% from 255 or 34.41% from 587); Blue value is 179 (70.31% from 255 or 30.49% from 587); Max value from RGB is 206 - color contains mainly: red. Hex color #CECAB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECAB3 is #31354C. Grayscale: #C8C8C8. Windows color (decimal): -3224909 or 11782862. OLE color: 11782862.

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

Color convert

RGB206202179-
CMYK00.020.130.19
HSL51.11º21.6%75.49%-
HSV(B)51.11º13.11%80.78%-
XYZ54.7158.6251.08-
YUV200.57115.83131.87-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.09%
GREEN value IS 202 (79.30% from 255) = 34.41%
BLUE value IS 179 (70.31% from 255) = 30.49%
R=35.09%
G=34.41%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620217900.020.130.1951.1121.675.49
HexCECAB302D1333164b
Octal3163122630215236326113
Binary110011101100101010110011010110110011110011101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECAB3; }

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

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

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

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

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

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

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

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