Shades of Swans Down #DAEDDF
Tints of Swans Down #DAEDDF
RGB
CMYK
RGB Variations
Color information
#DAEDDF (or 0xDAEDDF) is known color: Swans Down. HEX triplet: DA, ED and DF. RGB value is (218,237,223). Sum of RGB (Red+Green+Blue) = 218+237+223=678 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.15% from 678); Green value is 237 (92.97% from 255 or 34.96% from 678); Blue value is 223 (87.5% from 255 or 32.89% from 678); Max value from RGB is 237 - color contains mainly: green. Hex color #DAEDDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEDDF is #251220. Grayscale: #E5E5E5. Windows color (decimal): -2429473 or 14675418. OLE color: 14675418.
HSL color Cylindrical-coordinate representation of color #DAEDDF: hue angle of 135.79º degrees, saturation: 0.35, 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 #DAEDDF is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 237 | 223 | - |
CMYK | 0.08 | 0 | 0.06 | 0.07 |
HSL | 135.79º | 0.35% | 0.89% | - |
HSV(B) | 135.79º | 0.08% | 0.93% | - |
XYZ | 72.52 | 80.8 | 81.59 | - |
YUV | 229.72 | 124.21 | 119.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 237 | 223 | 0.08 | 0 | 0.06 | 0.07 | 135.79 | 0.35 | 0.89 |
Hex | DA | ED | DF | 8 | 0 | 6 | 7 | 88 | 23 | 59 |
Octal | 332 | 355 | 337 | 10 | 0 | 6 | 7 | 210 | 43 | 131 |
Binary | 11011010 | 11101101 | 11011111 | 1000 | 0 | 110 | 111 | 10001000 | 100011 | 1011001 |
Color Harmonies of #DAEDDF
Complementary color
Monochromatic Colors of #DAEDDF
Black with #DAEDDF
Text Example
Text Example
White with #DAEDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEDDF; }
p { color: rgb(218,237,223); }
H1.HeaderClassName
{
color: #DAEDDF;
}
.AnyTagClassName
{
color: #DAEDDF;
}
</style>
background-color css
<style>
a { background-color: #DAEDDF; }
a { background-color: rgb(218,237,223); }
div.DivClassName
{
background-color: #DAEDDF;
}
.BgClassName
{
background-color: #DAEDDF;
}
</style>
border-color css
<style>
span { border-color: #DAEDDF; }
span { border-color: rgb(218,237,223); }
td.TdClassName
{
border-color: #DAEDDF;
}
.TagClassName
{
border-color: #DAEDDF;
}
</style>