Shades of Solitude #DFEEFD
Tints of Solitude #DFEEFD
RGB
CMYK
RGB Variations
Color information
#DFEEFD (or 0xDFEEFD) is known color: Solitude. HEX triplet: DF, EE and FD. RGB value is (223,238,253). Sum of RGB (Red+Green+Blue) = 223+238+253=714 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.23% from 714); Green value is 238 (93.36% from 255 or 33.33% from 714); Blue value is 253 (99.22% from 255 or 35.43% from 714); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFEEFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEEFD is #201102. Grayscale: #EBEBEB. Windows color (decimal): -2101507 or 16641759. OLE color: 16641759.
HSL color Cylindrical-coordinate representation of color #DFEEFD: hue angle of 210º degrees, saturation: 0.88, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFEEFD is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 223 | 238 | 253 | - |
CMYK | 0.12 | 0.06 | 0 | 0.01 |
HSL | 210º | 0.88% | 0.93% | - |
HSV(B) | 210º | 0.12% | 0.99% | - |
XYZ | 78.74 | 83.93 | 104.98 | - |
YUV | 235.23 | 138.03 | 119.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 238 | 253 | 0.12 | 0.06 | 0 | 0.01 | 210 | 0.88 | 0.93 |
Hex | DF | EE | FD | C | 6 | 0 | 1 | D2 | 58 | 5D |
Octal | 337 | 356 | 375 | 14 | 6 | 0 | 1 | 322 | 130 | 135 |
Binary | 11011111 | 11101110 | 11111101 | 1100 | 110 | 0 | 1 | 11010010 | 1011000 | 1011101 |
Color Harmonies of #DFEEFD
Complementary color
Monochromatic Colors of #DFEEFD
Black with #DFEEFD
Text Example
Text Example
White with #DFEEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEEFD; }
p { color: rgb(223,238,253); }
H1.HeaderClassName
{
color: #DFEEFD;
}
.AnyTagClassName
{
color: #DFEEFD;
}
</style>
background-color css
<style>
a { background-color: #DFEEFD; }
a { background-color: rgb(223,238,253); }
div.DivClassName
{
background-color: #DFEEFD;
}
.BgClassName
{
background-color: #DFEEFD;
}
</style>
border-color css
<style>
span { border-color: #DFEEFD; }
span { border-color: rgb(223,238,253); }
td.TdClassName
{
border-color: #DFEEFD;
}
.TagClassName
{
border-color: #DFEEFD;
}
</style>