Shades of Swans Down #D3E3D6
Tints of Swans Down #D3E3D6
RGB
CMYK
RGB Variations
Color information
#D3E3D6 (or 0xD3E3D6) is known color: Swans Down. HEX triplet: D3, E3 and D6. RGB value is (211,227,214). Sum of RGB (Red+Green+Blue) = 211+227+214=652 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.36% from 652); Green value is 227 (89.06% from 255 or 34.82% from 652); Blue value is 214 (83.98% from 255 or 32.82% from 652); Max value from RGB is 227 - color contains mainly: green. Hex color #D3E3D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3E3D6 is #2C1C29. Grayscale: #DCDCDC. Windows color (decimal): -2890794 or 14083027. OLE color: 14083027.
HSL color Cylindrical-coordinate representation of color #D3E3D6: hue angle of 131.25º degrees, saturation: 0.22, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D3E3D6 is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 227 | 214 | - |
| CMYK | 0.07 | 0 | 0.06 | 0.11 |
| HSL | 131.25º | 0.22% | 0.86% | - |
| HSV(B) | 131.25º | 0.07% | 0.89% | - |
| XYZ | 66.47 | 73.64 | 74.33 | - |
| YUV | 220.73 | 124.2 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 227 | 214 | 0.07 | 0 | 0.06 | 0.11 | 131.25 | 0.22 | 0.86 |
| Hex | D3 | E3 | D6 | 7 | 0 | 6 | B | 83 | 16 | 56 |
| Octal | 323 | 343 | 326 | 7 | 0 | 6 | 13 | 203 | 26 | 126 |
| Binary | 11010011 | 11100011 | 11010110 | 111 | 0 | 110 | 1011 | 10000011 | 10110 | 1010110 |
Color Harmonies of #D3E3D6
Complementary color
Monochromatic Colors of #D3E3D6
Black with #D3E3D6
Text Example
Text Example
White with #D3E3D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E3D6; }
p { color: rgb(211,227,214); }
H1.HeaderClassName
{
color: #D3E3D6;
}
.AnyTagClassName
{
color: #D3E3D6;
}
</style>
background-color css
<style>
a { background-color: #D3E3D6; }
a { background-color: rgb(211,227,214); }
div.DivClassName
{
background-color: #D3E3D6;
}
.BgClassName
{
background-color: #D3E3D6;
}
</style>
border-color css
<style>
span { border-color: #D3E3D6; }
span { border-color: rgb(211,227,214); }
td.TdClassName
{
border-color: #D3E3D6;
}
.TagClassName
{
border-color: #D3E3D6;
}
</style>