Shades of Swirl #D1CCC8
Tints of Swirl #D1CCC8
RGB
CMYK
RGB Variations
Color information
#D1CCC8 (or 0xD1CCC8) is known color: Swirl. HEX triplet: D1, CC and C8. RGB value is (209,204,200). Sum of RGB (Red+Green+Blue) = 209+204+200=613 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.09% from 613); Green value is 204 (80.08% from 255 or 33.28% from 613); Blue value is 200 (78.52% from 255 or 32.63% from 613); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CCC8 is #2E3337. Grayscale: #CDCDCD. Windows color (decimal): -3027768 or 13159633. OLE color: 13159633.
HSL color Cylindrical-coordinate representation of color #D1CCC8: hue angle of 26.67º degrees, saturation: 0.09, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D1CCC8 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
RGB | 209 | 204 | 200 | - |
CMYK | 0 | 0.02 | 0.04 | 0.18 |
HSL | 26.67º | 0.09% | 0.8% | - |
HSV(B) | 26.67º | 0.04% | 0.82% | - |
XYZ | 58.31 | 60.91 | 63.33 | - |
YUV | 205.04 | 125.16 | 130.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 204 | 200 | 0 | 0.02 | 0.04 | 0.18 | 26.67 | 0.09 | 0.8 |
Hex | D1 | CC | C8 | 0 | 2 | 4 | 12 | 1B | 9 | 50 |
Octal | 321 | 314 | 310 | 0 | 2 | 4 | 22 | 33 | 11 | 120 |
Binary | 11010001 | 11001100 | 11001000 | 0 | 10 | 100 | 10010 | 11011 | 1001 | 1010000 |
Color Harmonies of #D1CCC8
Complementary color
Monochromatic Colors of #D1CCC8
Black with #D1CCC8
Text Example
Text Example
White with #D1CCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CCC8; }
p { color: rgb(209,204,200); }
H1.HeaderClassName
{
color: #D1CCC8;
}
.AnyTagClassName
{
color: #D1CCC8;
}
</style>
background-color css
<style>
a { background-color: #D1CCC8; }
a { background-color: rgb(209,204,200); }
div.DivClassName
{
background-color: #D1CCC8;
}
.BgClassName
{
background-color: #D1CCC8;
}
</style>
border-color css
<style>
span { border-color: #D1CCC8; }
span { border-color: rgb(209,204,200); }
td.TdClassName
{
border-color: #D1CCC8;
}
.TagClassName
{
border-color: #D1CCC8;
}
</style>