Shades of Solitude #DAECFF
Tints of Solitude #DAECFF
RGB
CMYK
RGB Variations
Color information
#DAECFF (or 0xDAECFF) is known color: Solitude. HEX triplet: DA, EC and FF. RGB value is (218,236,255). Sum of RGB (Red+Green+Blue) = 218+236+255=709 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.75% from 709); Green value is 236 (92.58% from 255 or 33.29% from 709); Blue value is 255 (100% from 255 or 35.97% from 709); Max value from RGB is 255 - color contains mainly: blue. Hex color #DAECFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAECFF is #251300. Grayscale: #E8E8E8. Windows color (decimal): -2429697 or 16772314. OLE color: 16772314.
HSL color Cylindrical-coordinate representation of color #DAECFF: hue angle of 210.81º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAECFF is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 218 | 236 | 255 | - |
CMYK | 0.15 | 0.07 | 0 | 0 |
HSL | 210.81º | 1% | 0.93% | - |
HSV(B) | 210.81º | 0.15% | 1% | - |
XYZ | 76.96 | 82.12 | 106.4 | - |
YUV | 232.78 | 140.54 | 117.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 236 | 255 | 0.15 | 0.07 | 0 | 0 | 210.81 | 1 | 0.93 |
Hex | DA | EC | FF | F | 7 | 0 | 0 | D3 | 64 | 5D |
Octal | 332 | 354 | 377 | 17 | 7 | 0 | 0 | 323 | 144 | 135 |
Binary | 11011010 | 11101100 | 11111111 | 1111 | 111 | 0 | 0 | 11010011 | 1100100 | 1011101 |
Color Harmonies of #DAECFF
Complementary color
Monochromatic Colors of #DAECFF
Black with #DAECFF
Text Example
Text Example
White with #DAECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAECFF; }
p { color: rgb(218,236,255); }
H1.HeaderClassName
{
color: #DAECFF;
}
.AnyTagClassName
{
color: #DAECFF;
}
</style>
background-color css
<style>
a { background-color: #DAECFF; }
a { background-color: rgb(218,236,255); }
div.DivClassName
{
background-color: #DAECFF;
}
.BgClassName
{
background-color: #DAECFF;
}
</style>
border-color css
<style>
span { border-color: #DAECFF; }
span { border-color: rgb(218,236,255); }
td.TdClassName
{
border-color: #DAECFF;
}
.TagClassName
{
border-color: #DAECFF;
}
</style>