Shades of Chrome White #CECAB1
Tints of Chrome White #CECAB1
RGB
CMYK
RGB Variations
Color information
#CECAB1 (or 0xCECAB1) is known color: Chrome White. HEX triplet: CE, CA and B1. RGB value is (206,202,177). Sum of RGB (Red+Green+Blue) = 206+202+177=585 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.21% from 585); Green value is 202 (79.30% from 255 or 34.53% from 585); Blue value is 177 (69.53% from 255 or 30.26% from 585); Max value from RGB is 206 - color contains mainly: red. Hex color #CECAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECAB1 is #31354E. Grayscale: #C8C8C8. Windows color (decimal): -3224911 or 11651790. OLE color: 11651790.
HSL color Cylindrical-coordinate representation of color #CECAB1: hue angle of 51.72º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CECAB1 is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 202 | 177 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.19 |
| HSL | 51.72º | 0.23% | 0.75% | - |
| HSV(B) | 51.72º | 0.14% | 0.81% | - |
| XYZ | 54.51 | 58.54 | 50.02 | - |
| YUV | 200.35 | 114.83 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 177 | 0 | 0.02 | 0.14 | 0.19 | 51.72 | 0.23 | 0.75 |
| Hex | CE | CA | B1 | 0 | 2 | E | 13 | 34 | 17 | 4B |
| Octal | 316 | 312 | 261 | 0 | 2 | 16 | 23 | 64 | 27 | 113 |
| Binary | 11001110 | 11001010 | 10110001 | 0 | 10 | 1110 | 10011 | 110100 | 10111 | 1001011 |
Color Harmonies of #CECAB1
Complementary color
Monochromatic Colors of #CECAB1
Black with #CECAB1
Text Example
Text Example
White with #CECAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECAB1; }
p { color: rgb(206,202,177); }
H1.HeaderClassName
{
color: #CECAB1;
}
.AnyTagClassName
{
color: #CECAB1;
}
</style>
background-color css
<style>
a { background-color: #CECAB1; }
a { background-color: rgb(206,202,177); }
div.DivClassName
{
background-color: #CECAB1;
}
.BgClassName
{
background-color: #CECAB1;
}
</style>
border-color css
<style>
span { border-color: #CECAB1; }
span { border-color: rgb(206,202,177); }
td.TdClassName
{
border-color: #CECAB1;
}
.TagClassName
{
border-color: #CECAB1;
}
</style>