Shades of Swans Down #D7EBDB
Tints of Swans Down #D7EBDB
RGB
CMYK
RGB Variations
Color information
#D7EBDB (or 0xD7EBDB) is known color: Swans Down. HEX triplet: D7, EB and DB. RGB value is (215,235,219). Sum of RGB (Red+Green+Blue) = 215+235+219=669 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.14% from 669); Green value is 235 (92.19% from 255 or 35.13% from 669); Blue value is 219 (85.94% from 255 or 32.74% from 669); Max value from RGB is 235 - color contains mainly: green. Hex color #D7EBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7EBDB is #281424. Grayscale: #E3E3E3. Windows color (decimal): -2626597 or 14412759. OLE color: 14412759.
HSL color Cylindrical-coordinate representation of color #D7EBDB: hue angle of 132º degrees, saturation: 0.33, 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 #D7EBDB is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
RGB | 215 | 235 | 219 | - |
CMYK | 0.09 | 0 | 0.07 | 0.08 |
HSL | 132º | 0.33% | 0.88% | - |
HSV(B) | 132º | 0.09% | 0.92% | - |
XYZ | 70.52 | 78.98 | 78.55 | - |
YUV | 227.2 | 123.37 | 119.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 235 | 219 | 0.09 | 0 | 0.07 | 0.08 | 132 | 0.33 | 0.88 |
Hex | D7 | EB | DB | 9 | 0 | 7 | 8 | 84 | 21 | 58 |
Octal | 327 | 353 | 333 | 11 | 0 | 7 | 10 | 204 | 41 | 130 |
Binary | 11010111 | 11101011 | 11011011 | 1001 | 0 | 111 | 1000 | 10000100 | 100001 | 1011000 |
Color Harmonies of #D7EBDB
Complementary color
Monochromatic Colors of #D7EBDB
Black with #D7EBDB
Text Example
Text Example
White with #D7EBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7EBDB; }
p { color: rgb(215,235,219); }
H1.HeaderClassName
{
color: #D7EBDB;
}
.AnyTagClassName
{
color: #D7EBDB;
}
</style>
background-color css
<style>
a { background-color: #D7EBDB; }
a { background-color: rgb(215,235,219); }
div.DivClassName
{
background-color: #D7EBDB;
}
.BgClassName
{
background-color: #D7EBDB;
}
</style>
border-color css
<style>
span { border-color: #D7EBDB; }
span { border-color: rgb(215,235,219); }
td.TdClassName
{
border-color: #D7EBDB;
}
.TagClassName
{
border-color: #D7EBDB;
}
</style>