Shades of Swirl #D4D1CD
Tints of Swirl #D4D1CD
RGB
CMYK
RGB Variations
Color information
#D4D1CD (or 0xD4D1CD) is known color: Swirl. HEX triplet: D4, D1 and CD. RGB value is (212,209,205). Sum of RGB (Red+Green+Blue) = 212+209+205=626 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.87% from 626); Green value is 209 (82.03% from 255 or 33.39% from 626); Blue value is 205 (80.47% from 255 or 32.75% from 626); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D1CD is #2B2E32. Grayscale: #D1D1D1. Windows color (decimal): -2829875 or 13488596. OLE color: 13488596.
HSL color Cylindrical-coordinate representation of color #D4D1CD: hue angle of 34.29º degrees, saturation: 0.08, 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 #D4D1CD is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
RGB | 212 | 209 | 205 | - |
CMYK | 0 | 0.01 | 0.03 | 0.17 |
HSL | 34.29º | 0.08% | 0.82% | - |
HSV(B) | 34.29º | 0.03% | 0.83% | - |
XYZ | 60.97 | 64.01 | 66.9 | - |
YUV | 209.44 | 125.49 | 129.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 209 | 205 | 0 | 0.01 | 0.03 | 0.17 | 34.29 | 0.08 | 0.82 |
Hex | D4 | D1 | CD | 0 | 1 | 3 | 11 | 22 | 8 | 52 |
Octal | 324 | 321 | 315 | 0 | 1 | 3 | 21 | 42 | 10 | 122 |
Binary | 11010100 | 11010001 | 11001101 | 0 | 1 | 11 | 10001 | 100010 | 1000 | 1010010 |
Color Harmonies of #D4D1CD
Complementary color
Monochromatic Colors of #D4D1CD
Black with #D4D1CD
Text Example
Text Example
White with #D4D1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D1CD; }
p { color: rgb(212,209,205); }
H1.HeaderClassName
{
color: #D4D1CD;
}
.AnyTagClassName
{
color: #D4D1CD;
}
</style>
background-color css
<style>
a { background-color: #D4D1CD; }
a { background-color: rgb(212,209,205); }
div.DivClassName
{
background-color: #D4D1CD;
}
.BgClassName
{
background-color: #D4D1CD;
}
</style>
border-color css
<style>
span { border-color: #D4D1CD; }
span { border-color: rgb(212,209,205); }
td.TdClassName
{
border-color: #D4D1CD;
}
.TagClassName
{
border-color: #D4D1CD;
}
</style>