#CECBBA

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

Shades of Chrome White #CECBBA

Tints of Chrome White #CECBBA

Color information

#CECBBA (or 0xCECBBA) is unknown color: approx Chrome White. HEX triplet: CE, CB and BA. RGB value is (206,203,186). Sum of RGB (Red+Green+Blue) = 206+203+186=595 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.62% from 595); Green value is 203 (79.69% from 255 or 34.12% from 595); Blue value is 186 (73.05% from 255 or 31.26% from 595); Max value from RGB is 206 - color contains mainly: red. Hex color #CECBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECBBA is #313445. Grayscale: #CACACA. Windows color (decimal): -3224646 or 12241870. OLE color: 12241870.

HSL color Cylindrical-coordinate representation of color #CECBBA: hue angle of 51º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CECBBA is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB206203186-
CMYK00.010.100.19
HSL51º16.95%76.86%-
HSV(B)51º9.71%80.78%-
XYZ55.6759.3854.98-
YUV201.96118.99130.88-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.62%
GREEN value IS 203 (79.69% from 255) = 34.12%
BLUE value IS 186 (73.05% from 255) = 31.26%
R=34.62%
G=34.12%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620318600.010.100.195116.9576.86
HexCECBBA01A1333114d
Octal3163132720112236321115
Binary11001110110010111011101001101010011110011100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECBBA; }

 p { color: rgb(206,203,186); }

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

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

 a { background-color: rgb(206,203,186); }

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

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

 span { border-color: rgb(206,203,186); }

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