Shades of Swirl #CEC8C2
Tints of Swirl #CEC8C2
RGB
CMYK
RGB Variations
Color information
#CEC8C2 (or 0xCEC8C2) is known color: Swirl. HEX triplet: CE, C8 and C2. RGB value is (206,200,194). Sum of RGB (Red+Green+Blue) = 206+200+194=600 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.33% from 600); Green value is 200 (78.52% from 255 or 33.33% from 600); Blue value is 194 (76.17% from 255 or 32.33% from 600); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC8C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC8C2 is #31373D. Grayscale: #C9C9C9. Windows color (decimal): -3225406 or 12765390. OLE color: 12765390.
HSL color Cylindrical-coordinate representation of color #CEC8C2: hue angle of 30º degrees, saturation: 0.11, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CEC8C2 is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 200 | 194 | - |
CMYK | 0 | 0.03 | 0.06 | 0.19 |
HSL | 30º | 0.11% | 0.78% | - |
HSV(B) | 30º | 0.06% | 0.81% | - |
XYZ | 55.85 | 58.33 | 59.35 | - |
YUV | 201.11 | 123.99 | 131.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 200 | 194 | 0 | 0.03 | 0.06 | 0.19 | 30 | 0.11 | 0.78 |
Hex | CE | C8 | C2 | 0 | 3 | 6 | 13 | 1E | B | 4E |
Octal | 316 | 310 | 302 | 0 | 3 | 6 | 23 | 36 | 13 | 116 |
Binary | 11001110 | 11001000 | 11000010 | 0 | 11 | 110 | 10011 | 11110 | 1011 | 1001110 |
Color Harmonies of #CEC8C2
Complementary color
Monochromatic Colors of #CEC8C2
Black with #CEC8C2
Text Example
Text Example
White with #CEC8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC8C2; }
p { color: rgb(206,200,194); }
H1.HeaderClassName
{
color: #CEC8C2;
}
.AnyTagClassName
{
color: #CEC8C2;
}
</style>
background-color css
<style>
a { background-color: #CEC8C2; }
a { background-color: rgb(206,200,194); }
div.DivClassName
{
background-color: #CEC8C2;
}
.BgClassName
{
background-color: #CEC8C2;
}
</style>
border-color css
<style>
span { border-color: #CEC8C2; }
span { border-color: rgb(206,200,194); }
td.TdClassName
{
border-color: #CEC8C2;
}
.TagClassName
{
border-color: #CEC8C2;
}
</style>