#CECAB7

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

Shades of Chrome White #CECAB7

Tints of Chrome White #CECAB7

Color information

#CECAB7 (or 0xCECAB7) is unknown color: approx Chrome White. HEX triplet: CE, CA and B7. RGB value is (206,202,183). Sum of RGB (Red+Green+Blue) = 206+202+183=591 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.86% from 591); Green value is 202 (79.30% from 255 or 34.18% from 591); Blue value is 183 (71.88% from 255 or 30.96% from 591); Max value from RGB is 206 - color contains mainly: red. Hex color #CECAB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECAB7 is #313548. Grayscale: #C9C9C9. Windows color (decimal): -3224905 or 12045006. OLE color: 12045006.

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

Color convert

RGB206202183-
CMYK00.020.110.19
HSL49.57º19.01%76.27%-
HSV(B)49.57º11.17%80.78%-
XYZ55.1258.7853.24-
YUV201.03117.83131.54-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.86%
GREEN value IS 202 (79.30% from 255) = 34.18%
BLUE value IS 183 (71.88% from 255) = 30.96%
R=34.86%
G=34.18%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620218300.020.110.1949.5719.0176.27
HexCECAB702B1332134c
Octal3163122670213236223114
Binary110011101100101010110111010101110011110010100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECAB7; }

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

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

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

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

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

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

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

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