Shades of Swans Down #D6E8DB
Tints of Swans Down #D6E8DB
RGB
CMYK
RGB Variations
Color information
#D6E8DB (or 0xD6E8DB) is known color: Swans Down. HEX triplet: D6, E8 and DB. RGB value is (214,232,219). Sum of RGB (Red+Green+Blue) = 214+232+219=665 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.18% from 665); Green value is 232 (91.02% from 255 or 34.89% from 665); Blue value is 219 (85.94% from 255 or 32.93% from 665); Max value from RGB is 232 - color contains mainly: green. Hex color #D6E8DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6E8DB is #291724. Grayscale: #E1E1E1. Windows color (decimal): -2692901 or 14411990. OLE color: 14411990.
HSL color Cylindrical-coordinate representation of color #D6E8DB: hue angle of 136.67º degrees, saturation: 0.28, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D6E8DB is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
RGB | 214 | 232 | 219 | - |
CMYK | 0.08 | 0 | 0.06 | 0.09 |
HSL | 136.67º | 0.28% | 0.87% | - |
HSV(B) | 136.67º | 0.08% | 0.91% | - |
XYZ | 69.37 | 77.12 | 78.25 | - |
YUV | 225.14 | 124.54 | 120.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 232 | 219 | 0.08 | 0 | 0.06 | 0.09 | 136.67 | 0.28 | 0.87 |
Hex | D6 | E8 | DB | 8 | 0 | 6 | 9 | 89 | 1C | 57 |
Octal | 326 | 350 | 333 | 10 | 0 | 6 | 11 | 211 | 34 | 127 |
Binary | 11010110 | 11101000 | 11011011 | 1000 | 0 | 110 | 1001 | 10001001 | 11100 | 1010111 |
Color Harmonies of #D6E8DB
Complementary color
Monochromatic Colors of #D6E8DB
Black with #D6E8DB
Text Example
Text Example
White with #D6E8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E8DB; }
p { color: rgb(214,232,219); }
H1.HeaderClassName
{
color: #D6E8DB;
}
.AnyTagClassName
{
color: #D6E8DB;
}
</style>
background-color css
<style>
a { background-color: #D6E8DB; }
a { background-color: rgb(214,232,219); }
div.DivClassName
{
background-color: #D6E8DB;
}
.BgClassName
{
background-color: #D6E8DB;
}
</style>
border-color css
<style>
span { border-color: #D6E8DB; }
span { border-color: rgb(214,232,219); }
td.TdClassName
{
border-color: #D6E8DB;
}
.TagClassName
{
border-color: #D6E8DB;
}
</style>