Shades of Swirl #D4D1CE
Tints of Swirl #D4D1CE
RGB
CMYK
RGB Variations
Color information
#D4D1CE (or 0xD4D1CE) is known color: Swirl. HEX triplet: D4, D1 and CE. RGB value is (212,209,206). Sum of RGB (Red+Green+Blue) = 212+209+206=627 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.81% from 627); Green value is 209 (82.03% from 255 or 33.33% from 627); Blue value is 206 (80.86% from 255 or 32.85% from 627); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D1CE is #2B2E31. Grayscale: #D1D1D1. Windows color (decimal): -2829874 or 13554132. OLE color: 13554132.
HSL color Cylindrical-coordinate representation of color #D4D1CE: hue angle of 30º degrees, saturation: 0.07, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D4D1CE is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
RGB | 212 | 209 | 206 | - |
CMYK | 0 | 0.01 | 0.03 | 0.17 |
HSL | 30º | 0.07% | 0.82% | - |
HSV(B) | 30º | 0.03% | 0.83% | - |
XYZ | 61.09 | 64.05 | 67.54 | - |
YUV | 209.56 | 125.99 | 129.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 209 | 206 | 0 | 0.01 | 0.03 | 0.17 | 30 | 0.07 | 0.82 |
Hex | D4 | D1 | CE | 0 | 1 | 3 | 11 | 1E | 7 | 52 |
Octal | 324 | 321 | 316 | 0 | 1 | 3 | 21 | 36 | 7 | 122 |
Binary | 11010100 | 11010001 | 11001110 | 0 | 1 | 11 | 10001 | 11110 | 111 | 1010010 |
Color Harmonies of #D4D1CE
Complementary color
Monochromatic Colors of #D4D1CE
Black with #D4D1CE
Text Example
Text Example
White with #D4D1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D1CE; }
p { color: rgb(212,209,206); }
H1.HeaderClassName
{
color: #D4D1CE;
}
.AnyTagClassName
{
color: #D4D1CE;
}
</style>
background-color css
<style>
a { background-color: #D4D1CE; }
a { background-color: rgb(212,209,206); }
div.DivClassName
{
background-color: #D4D1CE;
}
.BgClassName
{
background-color: #D4D1CE;
}
</style>
border-color css
<style>
span { border-color: #D4D1CE; }
span { border-color: rgb(212,209,206); }
td.TdClassName
{
border-color: #D4D1CE;
}
.TagClassName
{
border-color: #D4D1CE;
}
</style>