Shades of Swirl #CECBC8
Tints of Swirl #CECBC8
RGB
CMYK
RGB Variations
Color information
#CECBC8 (or 0xCECBC8) is known color: Swirl. HEX triplet: CE, CB and C8. RGB value is (206,203,200). Sum of RGB (Red+Green+Blue) = 206+203+200=609 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.83% from 609); Green value is 203 (79.69% from 255 or 33.33% from 609); Blue value is 200 (78.52% from 255 or 32.84% from 609); Max value from RGB is 206 - color contains mainly: red. Hex color #CECBC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECBC8 is #313437. Grayscale: #CBCBCB. Windows color (decimal): -3224632 or 13159374. OLE color: 13159374.
HSL color Cylindrical-coordinate representation of color #CECBC8: hue angle of 30º degrees, saturation: 0.06, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CECBC8 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 203 | 200 | - |
| CMYK | 0 | 0.01 | 0.03 | 0.19 |
| HSL | 30º | 0.06% | 0.8% | - |
| HSV(B) | 30º | 0.03% | 0.81% | - |
| XYZ | 57.23 | 60 | 63.21 | - |
| YUV | 203.56 | 125.99 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 200 | 0 | 0.01 | 0.03 | 0.19 | 30 | 0.06 | 0.8 |
| Hex | CE | CB | C8 | 0 | 1 | 3 | 13 | 1E | 6 | 50 |
| Octal | 316 | 313 | 310 | 0 | 1 | 3 | 23 | 36 | 6 | 120 |
| Binary | 11001110 | 11001011 | 11001000 | 0 | 1 | 11 | 10011 | 11110 | 110 | 1010000 |
Color Harmonies of #CECBC8
Complementary color
Monochromatic Colors of #CECBC8
Black with #CECBC8
Text Example
Text Example
White with #CECBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECBC8; }
p { color: rgb(206,203,200); }
H1.HeaderClassName
{
color: #CECBC8;
}
.AnyTagClassName
{
color: #CECBC8;
}
</style>
background-color css
<style>
a { background-color: #CECBC8; }
a { background-color: rgb(206,203,200); }
div.DivClassName
{
background-color: #CECBC8;
}
.BgClassName
{
background-color: #CECBC8;
}
</style>
border-color css
<style>
span { border-color: #CECBC8; }
span { border-color: rgb(206,203,200); }
td.TdClassName
{
border-color: #CECBC8;
}
.TagClassName
{
border-color: #CECBC8;
}
</style>