Shades of Swans Down #DBEEE1
Tints of Swans Down #DBEEE1
RGB
CMYK
RGB Variations
Color information
#DBEEE1 (or 0xDBEEE1) is known color: Swans Down. HEX triplet: DB, EE and E1. RGB value is (219,238,225). Sum of RGB (Red+Green+Blue) = 219+238+225=682 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.11% from 682); Green value is 238 (93.36% from 255 or 34.90% from 682); Blue value is 225 (88.28% from 255 or 32.99% from 682); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEEE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEEE1 is #24111E. Grayscale: #E6E6E6. Windows color (decimal): -2363679 or 14806747. OLE color: 14806747.
HSL color Cylindrical-coordinate representation of color #DBEEE1: hue angle of 138.95º degrees, saturation: 0.36, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBEEE1 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 238 | 225 | - |
CMYK | 0.08 | 0 | 0.05 | 0.07 |
HSL | 138.95º | 0.36% | 0.9% | - |
HSV(B) | 138.95º | 0.08% | 0.93% | - |
XYZ | 73.38 | 81.65 | 83.13 | - |
YUV | 230.84 | 124.71 | 119.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 238 | 225 | 0.08 | 0 | 0.05 | 0.07 | 138.95 | 0.36 | 0.9 |
Hex | DB | EE | E1 | 8 | 0 | 5 | 7 | 8B | 24 | 5A |
Octal | 333 | 356 | 341 | 10 | 0 | 5 | 7 | 213 | 44 | 132 |
Binary | 11011011 | 11101110 | 11100001 | 1000 | 0 | 101 | 111 | 10001011 | 100100 | 1011010 |
Color Harmonies of #DBEEE1
Complementary color
Monochromatic Colors of #DBEEE1
Black with #DBEEE1
Text Example
Text Example
White with #DBEEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEEE1; }
p { color: rgb(219,238,225); }
H1.HeaderClassName
{
color: #DBEEE1;
}
.AnyTagClassName
{
color: #DBEEE1;
}
</style>
background-color css
<style>
a { background-color: #DBEEE1; }
a { background-color: rgb(219,238,225); }
div.DivClassName
{
background-color: #DBEEE1;
}
.BgClassName
{
background-color: #DBEEE1;
}
</style>
border-color css
<style>
span { border-color: #DBEEE1; }
span { border-color: rgb(219,238,225); }
td.TdClassName
{
border-color: #DBEEE1;
}
.TagClassName
{
border-color: #DBEEE1;
}
</style>