Shades of Swans Down #DBEDE2
Tints of Swans Down #DBEDE2
RGB
CMYK
RGB Variations
Color information
#DBEDE2 (or 0xDBEDE2) is known color: Swans Down. HEX triplet: DB, ED and E2. RGB value is (219,237,226). Sum of RGB (Red+Green+Blue) = 219+237+226=682 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.11% from 682); Green value is 237 (92.97% from 255 or 34.75% from 682); Blue value is 226 (88.67% from 255 or 33.14% from 682); Max value from RGB is 237 - color contains mainly: green. Hex color #DBEDE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEDE2 is #24121D. Grayscale: #E6E6E6. Windows color (decimal): -2363934 or 14872027. OLE color: 14872027.
HSL color Cylindrical-coordinate representation of color #DBEDE2: hue angle of 143.33º degrees, saturation: 0.33, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBEDE2 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 237 | 226 | - |
CMYK | 0.08 | 0 | 0.05 | 0.07 |
HSL | 143.33º | 0.33% | 0.89% | - |
HSV(B) | 143.33º | 0.08% | 0.93% | - |
XYZ | 73.23 | 81.12 | 83.75 | - |
YUV | 230.36 | 125.54 | 119.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 237 | 226 | 0.08 | 0 | 0.05 | 0.07 | 143.33 | 0.33 | 0.89 |
Hex | DB | ED | E2 | 8 | 0 | 5 | 7 | 8F | 21 | 59 |
Octal | 333 | 355 | 342 | 10 | 0 | 5 | 7 | 217 | 41 | 131 |
Binary | 11011011 | 11101101 | 11100010 | 1000 | 0 | 101 | 111 | 10001111 | 100001 | 1011001 |
Color Harmonies of #DBEDE2
Complementary color
Monochromatic Colors of #DBEDE2
Black with #DBEDE2
Text Example
Text Example
White with #DBEDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEDE2; }
p { color: rgb(219,237,226); }
H1.HeaderClassName
{
color: #DBEDE2;
}
.AnyTagClassName
{
color: #DBEDE2;
}
</style>
background-color css
<style>
a { background-color: #DBEDE2; }
a { background-color: rgb(219,237,226); }
div.DivClassName
{
background-color: #DBEDE2;
}
.BgClassName
{
background-color: #DBEDE2;
}
</style>
border-color css
<style>
span { border-color: #DBEDE2; }
span { border-color: rgb(219,237,226); }
td.TdClassName
{
border-color: #DBEDE2;
}
.TagClassName
{
border-color: #DBEDE2;
}
</style>