Shades of Swirl #CECCCA
Tints of Swirl #CECCCA
RGB
CMYK
RGB Variations
Color information
#CECCCA (or 0xCECCCA) is known color: Swirl. HEX triplet: CE, CC and CA. RGB value is (206,204,202). Sum of RGB (Red+Green+Blue) = 206+204+202=612 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.66% from 612); Green value is 204 (80.08% from 255 or 33.33% from 612); Blue value is 202 (79.30% from 255 or 33.01% from 612); Max value from RGB is 206 - color contains mainly: red. Hex color #CECCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECCCA is #313335. Grayscale: #CCCCCC. Windows color (decimal): -3224374 or 13290702. OLE color: 13290702.
HSL color Cylindrical-coordinate representation of color #CECCCA: hue angle of 30º degrees, saturation: 0.04, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CECCCA is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 204 | 202 | - |
CMYK | 0 | 0.01 | 0.02 | 0.19 |
HSL | 30º | 0.04% | 0.8% | - |
HSV(B) | 30º | 0.02% | 0.81% | - |
XYZ | 57.71 | 60.57 | 64.53 | - |
YUV | 204.37 | 126.66 | 129.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 204 | 202 | 0 | 0.01 | 0.02 | 0.19 | 30 | 0.04 | 0.8 |
Hex | CE | CC | CA | 0 | 1 | 2 | 13 | 1E | 4 | 50 |
Octal | 316 | 314 | 312 | 0 | 1 | 2 | 23 | 36 | 4 | 120 |
Binary | 11001110 | 11001100 | 11001010 | 0 | 1 | 10 | 10011 | 11110 | 100 | 1010000 |
Color Harmonies of #CECCCA
Complementary color
Monochromatic Colors of #CECCCA
Black with #CECCCA
Text Example
Text Example
White with #CECCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECCCA; }
p { color: rgb(206,204,202); }
H1.HeaderClassName
{
color: #CECCCA;
}
.AnyTagClassName
{
color: #CECCCA;
}
</style>
background-color css
<style>
a { background-color: #CECCCA; }
a { background-color: rgb(206,204,202); }
div.DivClassName
{
background-color: #CECCCA;
}
.BgClassName
{
background-color: #CECCCA;
}
</style>
border-color css
<style>
span { border-color: #CECCCA; }
span { border-color: rgb(206,204,202); }
td.TdClassName
{
border-color: #CECCCA;
}
.TagClassName
{
border-color: #CECCCA;
}
</style>