Shades of Swans Down #D2DCD4
Tints of Swans Down #D2DCD4
RGB
CMYK
RGB Variations
Color information
#D2DCD4 (or 0xD2DCD4) is known color: Swans Down. HEX triplet: D2, DC and D4. RGB value is (210,220,212). Sum of RGB (Red+Green+Blue) = 210+220+212=642 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.71% from 642); Green value is 220 (86.33% from 255 or 34.27% from 642); Blue value is 212 (83.20% from 255 or 33.02% from 642); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DCD4 is #2D232B. Grayscale: #D8D8D8. Windows color (decimal): -2958124 or 13950162. OLE color: 13950162.
HSL color Cylindrical-coordinate representation of color #D2DCD4: hue angle of 132º degrees, saturation: 0.12, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D2DCD4 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
RGB | 210 | 220 | 212 | - |
CMYK | 0.05 | 0 | 0.04 | 0.14 |
HSL | 132º | 0.13% | 0.84% | - |
HSV(B) | 132º | 0.05% | 0.86% | - |
XYZ | 64.06 | 69.64 | 72.35 | - |
YUV | 216.1 | 125.69 | 123.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 220 | 212 | 0.05 | 0 | 0.04 | 0.14 | 132 | 0.13 | 0.84 |
Hex | D2 | DC | D4 | 5 | 0 | 4 | E | 84 | C | 54 |
Octal | 322 | 334 | 324 | 5 | 0 | 4 | 16 | 204 | 14 | 124 |
Binary | 11010010 | 11011100 | 11010100 | 101 | 0 | 100 | 1110 | 10000100 | 1100 | 1010100 |
Color Harmonies of #D2DCD4
Complementary color
Monochromatic Colors of #D2DCD4
Black with #D2DCD4
Text Example
Text Example
White with #D2DCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DCD4; }
p { color: rgb(210,220,212); }
H1.HeaderClassName
{
color: #D2DCD4;
}
.AnyTagClassName
{
color: #D2DCD4;
}
</style>
background-color css
<style>
a { background-color: #D2DCD4; }
a { background-color: rgb(210,220,212); }
div.DivClassName
{
background-color: #D2DCD4;
}
.BgClassName
{
background-color: #D2DCD4;
}
</style>
border-color css
<style>
span { border-color: #D2DCD4; }
span { border-color: rgb(210,220,212); }
td.TdClassName
{
border-color: #D2DCD4;
}
.TagClassName
{
border-color: #D2DCD4;
}
</style>