Shades of Swans Down #DBEADF
Tints of Swans Down #DBEADF
RGB
CMYK
RGB Variations
Color information
#DBEADF (or 0xDBEADF) is known color: Swans Down. HEX triplet: DB, EA and DF. RGB value is (219,234,223). Sum of RGB (Red+Green+Blue) = 219+234+223=676 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.40% from 676); Green value is 234 (91.80% from 255 or 34.62% from 676); Blue value is 223 (87.5% from 255 or 32.99% from 676); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEADF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEADF is #241520. Grayscale: #E4E4E4. Windows color (decimal): -2364705 or 14674651. OLE color: 14674651.
HSL color Cylindrical-coordinate representation of color #DBEADF: hue angle of 136º degrees, saturation: 0.26, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DBEADF is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
RGB | 219 | 234 | 223 | - |
CMYK | 0.06 | 0 | 0.05 | 0.08 |
HSL | 136º | 0.26% | 0.89% | - |
HSV(B) | 136º | 0.06% | 0.92% | - |
XYZ | 71.96 | 79.23 | 81.31 | - |
YUV | 228.26 | 125.03 | 121.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 234 | 223 | 0.06 | 0 | 0.05 | 0.08 | 136 | 0.26 | 0.89 |
Hex | DB | EA | DF | 6 | 0 | 5 | 8 | 88 | 1A | 59 |
Octal | 333 | 352 | 337 | 6 | 0 | 5 | 10 | 210 | 32 | 131 |
Binary | 11011011 | 11101010 | 11011111 | 110 | 0 | 101 | 1000 | 10001000 | 11010 | 1011001 |
Color Harmonies of #DBEADF
Complementary color
Monochromatic Colors of #DBEADF
Black with #DBEADF
Text Example
Text Example
White with #DBEADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEADF; }
p { color: rgb(219,234,223); }
H1.HeaderClassName
{
color: #DBEADF;
}
.AnyTagClassName
{
color: #DBEADF;
}
</style>
background-color css
<style>
a { background-color: #DBEADF; }
a { background-color: rgb(219,234,223); }
div.DivClassName
{
background-color: #DBEADF;
}
.BgClassName
{
background-color: #DBEADF;
}
</style>
border-color css
<style>
span { border-color: #DBEADF; }
span { border-color: rgb(219,234,223); }
td.TdClassName
{
border-color: #DBEADF;
}
.TagClassName
{
border-color: #DBEADF;
}
</style>