Shades of Swans Down #D5EBDB
Tints of Swans Down #D5EBDB
RGB
CMYK
RGB Variations
Color information
#D5EBDB (or 0xD5EBDB) is known color: Swans Down. HEX triplet: D5, EB and DB. RGB value is (213,235,219). Sum of RGB (Red+Green+Blue) = 213+235+219=667 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.93% from 667); Green value is 235 (92.19% from 255 or 35.23% from 667); Blue value is 219 (85.94% from 255 or 32.83% from 667); Max value from RGB is 235 - color contains mainly: green. Hex color #D5EBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EBDB is #2A1424. Grayscale: #E2E2E2. Windows color (decimal): -2757669 or 14412757. OLE color: 14412757.
HSL color Cylindrical-coordinate representation of color #D5EBDB: hue angle of 136.36º degrees, saturation: 0.35, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D5EBDB is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
RGB | 213 | 235 | 219 | - |
CMYK | 0.09 | 0 | 0.07 | 0.08 |
HSL | 136.36º | 0.35% | 0.88% | - |
HSV(B) | 136.36º | 0.09% | 0.92% | - |
XYZ | 69.94 | 78.68 | 78.52 | - |
YUV | 226.6 | 123.71 | 118.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 235 | 219 | 0.09 | 0 | 0.07 | 0.08 | 136.36 | 0.35 | 0.88 |
Hex | D5 | EB | DB | 9 | 0 | 7 | 8 | 88 | 23 | 58 |
Octal | 325 | 353 | 333 | 11 | 0 | 7 | 10 | 210 | 43 | 130 |
Binary | 11010101 | 11101011 | 11011011 | 1001 | 0 | 111 | 1000 | 10001000 | 100011 | 1011000 |
Color Harmonies of #D5EBDB
Complementary color
Monochromatic Colors of #D5EBDB
Black with #D5EBDB
Text Example
Text Example
White with #D5EBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EBDB; }
p { color: rgb(213,235,219); }
H1.HeaderClassName
{
color: #D5EBDB;
}
.AnyTagClassName
{
color: #D5EBDB;
}
</style>
background-color css
<style>
a { background-color: #D5EBDB; }
a { background-color: rgb(213,235,219); }
div.DivClassName
{
background-color: #D5EBDB;
}
.BgClassName
{
background-color: #D5EBDB;
}
</style>
border-color css
<style>
span { border-color: #D5EBDB; }
span { border-color: rgb(213,235,219); }
td.TdClassName
{
border-color: #D5EBDB;
}
.TagClassName
{
border-color: #D5EBDB;
}
</style>