Shades of Solitude #DFEAFF
Tints of Solitude #DFEAFF
RGB
CMYK
RGB Variations
Color information
#DFEAFF (or 0xDFEAFF) is known color: Solitude. HEX triplet: DF, EA and FF. RGB value is (223,234,255). Sum of RGB (Red+Green+Blue) = 223+234+255=712 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.32% from 712); Green value is 234 (91.80% from 255 or 32.87% from 712); Blue value is 255 (100% from 255 or 35.81% from 712); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFEAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEAFF is #201500. Grayscale: #E9E9E9. Windows color (decimal): -2102529 or 16771807. OLE color: 16771807.
HSL color Cylindrical-coordinate representation of color #DFEAFF: hue angle of 219.38º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFEAFF is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 223 | 234 | 255 | - |
CMYK | 0.13 | 0.08 | 0 | 0 |
HSL | 219.38º | 1% | 0.94% | - |
HSV(B) | 219.38º | 0.13% | 1% | - |
XYZ | 77.9 | 81.75 | 106.28 | - |
YUV | 233.11 | 140.36 | 120.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 234 | 255 | 0.13 | 0.08 | 0 | 0 | 219.38 | 1 | 0.94 |
Hex | DF | EA | FF | D | 8 | 0 | 0 | DB | 64 | 5E |
Octal | 337 | 352 | 377 | 15 | 10 | 0 | 0 | 333 | 144 | 136 |
Binary | 11011111 | 11101010 | 11111111 | 1101 | 1000 | 0 | 0 | 11011011 | 1100100 | 1011110 |
Color Harmonies of #DFEAFF
Complementary color
Monochromatic Colors of #DFEAFF
Black with #DFEAFF
Text Example
Text Example
White with #DFEAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEAFF; }
p { color: rgb(223,234,255); }
H1.HeaderClassName
{
color: #DFEAFF;
}
.AnyTagClassName
{
color: #DFEAFF;
}
</style>
background-color css
<style>
a { background-color: #DFEAFF; }
a { background-color: rgb(223,234,255); }
div.DivClassName
{
background-color: #DFEAFF;
}
.BgClassName
{
background-color: #DFEAFF;
}
</style>
border-color css
<style>
span { border-color: #DFEAFF; }
span { border-color: rgb(223,234,255); }
td.TdClassName
{
border-color: #DFEAFF;
}
.TagClassName
{
border-color: #DFEAFF;
}
</style>