Shades of Swans Down #D1E5D6
Tints of Swans Down #D1E5D6
RGB
CMYK
RGB Variations
Color information
#D1E5D6 (or 0xD1E5D6) is known color: Swans Down. HEX triplet: D1, E5 and D6. RGB value is (209,229,214). Sum of RGB (Red+Green+Blue) = 209+229+214=652 (86% of max value = 765). Red value is 209 (82.03% from 255 or 32.06% from 652); Green value is 229 (89.84% from 255 or 35.12% from 652); Blue value is 214 (83.98% from 255 or 32.82% from 652); Max value from RGB is 229 - color contains mainly: green. Hex color #D1E5D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1E5D6 is #2E1A29. Grayscale: #DDDDDD. Windows color (decimal): -3021354 or 14083537. OLE color: 14083537.
HSL color Cylindrical-coordinate representation of color #D1E5D6: hue angle of 135º degrees, saturation: 0.28, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D1E5D6 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
RGB | 209 | 229 | 214 | - |
CMYK | 0.09 | 0 | 0.07 | 0.10 |
HSL | 135º | 0.28% | 0.86% | - |
HSV(B) | 135º | 0.09% | 0.9% | - |
XYZ | 66.45 | 74.45 | 74.49 | - |
YUV | 221.31 | 123.87 | 119.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 229 | 214 | 0.09 | 0 | 0.07 | 0.10 | 135 | 0.28 | 0.86 |
Hex | D1 | E5 | D6 | 9 | 0 | 7 | A | 87 | 1C | 56 |
Octal | 321 | 345 | 326 | 11 | 0 | 7 | 12 | 207 | 34 | 126 |
Binary | 11010001 | 11100101 | 11010110 | 1001 | 0 | 111 | 1010 | 10000111 | 11100 | 1010110 |
Color Harmonies of #D1E5D6
Complementary color
Monochromatic Colors of #D1E5D6
Black with #D1E5D6
Text Example
Text Example
White with #D1E5D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E5D6; }
p { color: rgb(209,229,214); }
H1.HeaderClassName
{
color: #D1E5D6;
}
.AnyTagClassName
{
color: #D1E5D6;
}
</style>
background-color css
<style>
a { background-color: #D1E5D6; }
a { background-color: rgb(209,229,214); }
div.DivClassName
{
background-color: #D1E5D6;
}
.BgClassName
{
background-color: #D1E5D6;
}
</style>
border-color css
<style>
span { border-color: #D1E5D6; }
span { border-color: rgb(209,229,214); }
td.TdClassName
{
border-color: #D1E5D6;
}
.TagClassName
{
border-color: #D1E5D6;
}
</style>