Shades of Chrome White #CECAB8
Tints of Chrome White #CECAB8
RGB
CMYK
RGB Variations
Color information
#CECAB8 (or 0xCECAB8) is known color: Chrome White. HEX triplet: CE, CA and B8. RGB value is (206,202,184). Sum of RGB (Red+Green+Blue) = 206+202+184=592 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.80% from 592); Green value is 202 (79.30% from 255 or 34.12% from 592); Blue value is 184 (72.27% from 255 or 31.08% from 592); Max value from RGB is 206 - color contains mainly: red. Hex color #CECAB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECAB8 is #313547. Grayscale: #C9C9C9. Windows color (decimal): -3224904 or 12110542. OLE color: 12110542.
HSL color Cylindrical-coordinate representation of color #CECAB8: hue angle of 49.09º degrees, saturation: 0.18, 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 #CECAB8 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 202 | 184 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.19 |
| HSL | 49.09º | 0.18% | 0.76% | - |
| HSV(B) | 49.09º | 0.11% | 0.81% | - |
| XYZ | 55.23 | 58.82 | 53.79 | - |
| YUV | 201.14 | 118.33 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 184 | 0 | 0.02 | 0.11 | 0.19 | 49.09 | 0.18 | 0.76 |
| Hex | CE | CA | B8 | 0 | 2 | B | 13 | 31 | 12 | 4C |
| Octal | 316 | 312 | 270 | 0 | 2 | 13 | 23 | 61 | 22 | 114 |
| Binary | 11001110 | 11001010 | 10111000 | 0 | 10 | 1011 | 10011 | 110001 | 10010 | 1001100 |
Color Harmonies of #CECAB8
Complementary color
Monochromatic Colors of #CECAB8
Black with #CECAB8
Text Example
Text Example
White with #CECAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECAB8; }
p { color: rgb(206,202,184); }
H1.HeaderClassName
{
color: #CECAB8;
}
.AnyTagClassName
{
color: #CECAB8;
}
</style>
background-color css
<style>
a { background-color: #CECAB8; }
a { background-color: rgb(206,202,184); }
div.DivClassName
{
background-color: #CECAB8;
}
.BgClassName
{
background-color: #CECAB8;
}
</style>
border-color css
<style>
span { border-color: #CECAB8; }
span { border-color: rgb(206,202,184); }
td.TdClassName
{
border-color: #CECAB8;
}
.TagClassName
{
border-color: #CECAB8;
}
</style>