Shades of Chrome White #CECAB3
Tints of Chrome White #CECAB3
RGB
CMYK
RGB Variations
Color information
#CECAB3 (or 0xCECAB3) is known color: 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
| RGB | 206 | 202 | 179 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.19 |
| HSL | 51.11º | 0.22% | 0.75% | - |
| HSV(B) | 51.11º | 0.13% | 0.81% | - |
| XYZ | 54.71 | 58.62 | 51.08 | - |
| YUV | 200.57 | 115.83 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 179 | 0 | 0.02 | 0.13 | 0.19 | 51.11 | 0.22 | 0.75 |
| Hex | CE | CA | B3 | 0 | 2 | D | 13 | 33 | 16 | 4B |
| Octal | 316 | 312 | 263 | 0 | 2 | 15 | 23 | 63 | 26 | 113 |
| Binary | 11001110 | 11001010 | 10110011 | 0 | 10 | 1101 | 10011 | 110011 | 10110 | 1001011 |
Color Harmonies of #CECAB3
Complementary color
Monochromatic Colors of #CECAB3
Black with #CECAB3
Text Example
Text Example
White with #CECAB3
Text Example
Text Example
HTML Codes & Css Web 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>