Shades of Swirl #CEC8C3
Tints of Swirl #CEC8C3
RGB
CMYK
RGB Variations
Color information
#CEC8C3 (or 0xCEC8C3) is known color: Swirl. HEX triplet: CE, C8 and C3. RGB value is (206,200,195). Sum of RGB (Red+Green+Blue) = 206+200+195=601 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.28% from 601); Green value is 200 (78.52% from 255 or 33.28% from 601); Blue value is 195 (76.56% from 255 or 32.45% from 601); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC8C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC8C3 is #31373C. Grayscale: #C9C9C9. Windows color (decimal): -3225405 or 12830926. OLE color: 12830926.
HSL color Cylindrical-coordinate representation of color #CEC8C3: hue angle of 27.27º degrees, saturation: 0.1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CEC8C3 is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 200 | 195 | - |
CMYK | 0 | 0.03 | 0.05 | 0.19 |
HSL | 27.27º | 0.1% | 0.79% | - |
HSV(B) | 27.27º | 0.05% | 0.81% | - |
XYZ | 55.96 | 58.37 | 59.95 | - |
YUV | 201.22 | 124.49 | 131.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 200 | 195 | 0 | 0.03 | 0.05 | 0.19 | 27.27 | 0.1 | 0.79 |
Hex | CE | C8 | C3 | 0 | 3 | 5 | 13 | 1B | A | 4F |
Octal | 316 | 310 | 303 | 0 | 3 | 5 | 23 | 33 | 12 | 117 |
Binary | 11001110 | 11001000 | 11000011 | 0 | 11 | 101 | 10011 | 11011 | 1010 | 1001111 |
Color Harmonies of #CEC8C3
Complementary color
Monochromatic Colors of #CEC8C3
Black with #CEC8C3
Text Example
Text Example
White with #CEC8C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC8C3; }
p { color: rgb(206,200,195); }
H1.HeaderClassName
{
color: #CEC8C3;
}
.AnyTagClassName
{
color: #CEC8C3;
}
</style>
background-color css
<style>
a { background-color: #CEC8C3; }
a { background-color: rgb(206,200,195); }
div.DivClassName
{
background-color: #CEC8C3;
}
.BgClassName
{
background-color: #CEC8C3;
}
</style>
border-color css
<style>
span { border-color: #CEC8C3; }
span { border-color: rgb(206,200,195); }
td.TdClassName
{
border-color: #CEC8C3;
}
.TagClassName
{
border-color: #CEC8C3;
}
</style>