Shades of Swans Down #D3EDDB
Tints of Swans Down #D3EDDB
RGB
CMYK
RGB Variations
Color information
#D3EDDB (or 0xD3EDDB) is known color: Swans Down. HEX triplet: D3, ED and DB. RGB value is (211,237,219). Sum of RGB (Red+Green+Blue) = 211+237+219=667 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.63% from 667); Green value is 237 (92.97% from 255 or 35.53% from 667); Blue value is 219 (85.94% from 255 or 32.83% from 667); Max value from RGB is 237 - color contains mainly: green. Hex color #D3EDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3EDDB is #2C1224. Grayscale: #E3E3E3. Windows color (decimal): -2888229 or 14413267. OLE color: 14413267.
HSL color Cylindrical-coordinate representation of color #D3EDDB: hue angle of 138.46º degrees, saturation: 0.42, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D3EDDB is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 211 | 237 | 219 | - |
CMYK | 0.11 | 0 | 0.08 | 0.07 |
HSL | 138.46º | 0.42% | 0.88% | - |
HSV(B) | 138.46º | 0.11% | 0.93% | - |
XYZ | 69.93 | 79.53 | 78.68 | - |
YUV | 227.17 | 123.39 | 116.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 211 | 237 | 219 | 0.11 | 0 | 0.08 | 0.07 | 138.46 | 0.42 | 0.88 |
Hex | D3 | ED | DB | B | 0 | 8 | 7 | 8A | 2A | 58 |
Octal | 323 | 355 | 333 | 13 | 0 | 10 | 7 | 212 | 52 | 130 |
Binary | 11010011 | 11101101 | 11011011 | 1011 | 0 | 1000 | 111 | 10001010 | 101010 | 1011000 |
Color Harmonies of #D3EDDB
Complementary color
Monochromatic Colors of #D3EDDB
Black with #D3EDDB
Text Example
Text Example
White with #D3EDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EDDB; }
p { color: rgb(211,237,219); }
H1.HeaderClassName
{
color: #D3EDDB;
}
.AnyTagClassName
{
color: #D3EDDB;
}
</style>
background-color css
<style>
a { background-color: #D3EDDB; }
a { background-color: rgb(211,237,219); }
div.DivClassName
{
background-color: #D3EDDB;
}
.BgClassName
{
background-color: #D3EDDB;
}
</style>
border-color css
<style>
span { border-color: #D3EDDB; }
span { border-color: rgb(211,237,219); }
td.TdClassName
{
border-color: #D3EDDB;
}
.TagClassName
{
border-color: #D3EDDB;
}
</style>