Shades of Swirl #D4D0CB
Tints of Swirl #D4D0CB
RGB
CMYK
RGB Variations
Color information
#D4D0CB (or 0xD4D0CB) is known color: Swirl. HEX triplet: D4, D0 and CB. RGB value is (212,208,203). Sum of RGB (Red+Green+Blue) = 212+208+203=623 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.03% from 623); Green value is 208 (81.64% from 255 or 33.39% from 623); Blue value is 203 (79.69% from 255 or 32.58% from 623); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D0CB is #2B2F34. Grayscale: #D0D0D0. Windows color (decimal): -2830133 or 13357268. OLE color: 13357268.
HSL color Cylindrical-coordinate representation of color #D4D0CB: hue angle of 33.33º degrees, saturation: 0.09, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D4D0CB is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
RGB | 212 | 208 | 203 | - |
CMYK | 0 | 0.02 | 0.04 | 0.17 |
HSL | 33.33º | 0.09% | 0.81% | - |
HSV(B) | 33.33º | 0.04% | 0.83% | - |
XYZ | 60.49 | 63.42 | 65.55 | - |
YUV | 208.63 | 124.83 | 130.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 208 | 203 | 0 | 0.02 | 0.04 | 0.17 | 33.33 | 0.09 | 0.81 |
Hex | D4 | D0 | CB | 0 | 2 | 4 | 11 | 21 | 9 | 51 |
Octal | 324 | 320 | 313 | 0 | 2 | 4 | 21 | 41 | 11 | 121 |
Binary | 11010100 | 11010000 | 11001011 | 0 | 10 | 100 | 10001 | 100001 | 1001 | 1010001 |
Color Harmonies of #D4D0CB
Complementary color
Monochromatic Colors of #D4D0CB
Black with #D4D0CB
Text Example
Text Example
White with #D4D0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D0CB; }
p { color: rgb(212,208,203); }
H1.HeaderClassName
{
color: #D4D0CB;
}
.AnyTagClassName
{
color: #D4D0CB;
}
</style>
background-color css
<style>
a { background-color: #D4D0CB; }
a { background-color: rgb(212,208,203); }
div.DivClassName
{
background-color: #D4D0CB;
}
.BgClassName
{
background-color: #D4D0CB;
}
</style>
border-color css
<style>
span { border-color: #D4D0CB; }
span { border-color: rgb(212,208,203); }
td.TdClassName
{
border-color: #D4D0CB;
}
.TagClassName
{
border-color: #D4D0CB;
}
</style>