Shades of Swans Down #DAEBDF
Tints of Swans Down #DAEBDF
RGB
CMYK
RGB Variations
Color information
#DAEBDF (or 0xDAEBDF) is known color: Swans Down. HEX triplet: DA, EB and DF. RGB value is (218,235,223). Sum of RGB (Red+Green+Blue) = 218+235+223=676 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.25% from 676); Green value is 235 (92.19% from 255 or 34.76% from 676); Blue value is 223 (87.5% from 255 or 32.99% from 676); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEBDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEBDF is #251420. Grayscale: #E4E4E4. Windows color (decimal): -2429985 or 14674906. OLE color: 14674906.
HSL color Cylindrical-coordinate representation of color #DAEBDF: hue angle of 137.65º degrees, saturation: 0.3, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DAEBDF is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
RGB | 218 | 235 | 223 | - |
CMYK | 0.07 | 0 | 0.05 | 0.08 |
HSL | 137.65º | 0.3% | 0.89% | - |
HSV(B) | 137.65º | 0.07% | 0.92% | - |
XYZ | 71.94 | 79.65 | 81.39 | - |
YUV | 228.55 | 124.87 | 120.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 235 | 223 | 0.07 | 0 | 0.05 | 0.08 | 137.65 | 0.3 | 0.89 |
Hex | DA | EB | DF | 7 | 0 | 5 | 8 | 8A | 1E | 59 |
Octal | 332 | 353 | 337 | 7 | 0 | 5 | 10 | 212 | 36 | 131 |
Binary | 11011010 | 11101011 | 11011111 | 111 | 0 | 101 | 1000 | 10001010 | 11110 | 1011001 |
Color Harmonies of #DAEBDF
Complementary color
Monochromatic Colors of #DAEBDF
Black with #DAEBDF
Text Example
Text Example
White with #DAEBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEBDF; }
p { color: rgb(218,235,223); }
H1.HeaderClassName
{
color: #DAEBDF;
}
.AnyTagClassName
{
color: #DAEBDF;
}
</style>
background-color css
<style>
a { background-color: #DAEBDF; }
a { background-color: rgb(218,235,223); }
div.DivClassName
{
background-color: #DAEBDF;
}
.BgClassName
{
background-color: #DAEBDF;
}
</style>
border-color css
<style>
span { border-color: #DAEBDF; }
span { border-color: rgb(218,235,223); }
td.TdClassName
{
border-color: #DAEBDF;
}
.TagClassName
{
border-color: #DAEBDF;
}
</style>