Shades of Swans Down #D5EDDB
Tints of Swans Down #D5EDDB
RGB
CMYK
RGB Variations
Color information
#D5EDDB (or 0xD5EDDB) is known color: Swans Down. HEX triplet: D5, ED and DB. RGB value is (213,237,219). Sum of RGB (Red+Green+Blue) = 213+237+219=669 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.84% from 669); Green value is 237 (92.97% from 255 or 35.43% from 669); Blue value is 219 (85.94% from 255 or 32.74% from 669); Max value from RGB is 237 - color contains mainly: green. Hex color #D5EDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EDDB is #2A1224. Grayscale: #E3E3E3. Windows color (decimal): -2757157 or 14413269. OLE color: 14413269.
HSL color Cylindrical-coordinate representation of color #D5EDDB: hue angle of 135º degrees, saturation: 0.4, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D5EDDB is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 213 | 237 | 219 | - |
CMYK | 0.10 | 0 | 0.08 | 0.07 |
HSL | 135º | 0.4% | 0.88% | - |
HSV(B) | 135º | 0.1% | 0.93% | - |
XYZ | 70.51 | 79.83 | 78.71 | - |
YUV | 227.77 | 123.05 | 117.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 237 | 219 | 0.10 | 0 | 0.08 | 0.07 | 135 | 0.4 | 0.88 |
Hex | D5 | ED | DB | A | 0 | 8 | 7 | 87 | 28 | 58 |
Octal | 325 | 355 | 333 | 12 | 0 | 10 | 7 | 207 | 50 | 130 |
Binary | 11010101 | 11101101 | 11011011 | 1010 | 0 | 1000 | 111 | 10000111 | 101000 | 1011000 |
Color Harmonies of #D5EDDB
Complementary color
Monochromatic Colors of #D5EDDB
Black with #D5EDDB
Text Example
Text Example
White with #D5EDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EDDB; }
p { color: rgb(213,237,219); }
H1.HeaderClassName
{
color: #D5EDDB;
}
.AnyTagClassName
{
color: #D5EDDB;
}
</style>
background-color css
<style>
a { background-color: #D5EDDB; }
a { background-color: rgb(213,237,219); }
div.DivClassName
{
background-color: #D5EDDB;
}
.BgClassName
{
background-color: #D5EDDB;
}
</style>
border-color css
<style>
span { border-color: #D5EDDB; }
span { border-color: rgb(213,237,219); }
td.TdClassName
{
border-color: #D5EDDB;
}
.TagClassName
{
border-color: #D5EDDB;
}
</style>