Shades of Solitude #DFEBFD
Tints of Solitude #DFEBFD
RGB
CMYK
RGB Variations
Color information
#DFEBFD (or 0xDFEBFD) is known color: Solitude. HEX triplet: DF, EB and FD. RGB value is (223,235,253). Sum of RGB (Red+Green+Blue) = 223+235+253=711 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.36% from 711); Green value is 235 (92.19% from 255 or 33.05% from 711); Blue value is 253 (99.22% from 255 or 35.58% from 711); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFEBFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEBFD is #201402. Grayscale: #E9E9E9. Windows color (decimal): -2102275 or 16640991. OLE color: 16640991.
HSL color Cylindrical-coordinate representation of color #DFEBFD: hue angle of 216º 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 #DFEBFD is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 223 | 235 | 253 | - |
CMYK | 0.12 | 0.07 | 0 | 0.01 |
HSL | 216º | 0.88% | 0.93% | - |
HSV(B) | 216º | 0.12% | 0.99% | - |
XYZ | 77.87 | 82.2 | 104.69 | - |
YUV | 233.46 | 139.02 | 120.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 235 | 253 | 0.12 | 0.07 | 0 | 0.01 | 216 | 0.88 | 0.93 |
Hex | DF | EB | FD | C | 7 | 0 | 1 | D8 | 58 | 5D |
Octal | 337 | 353 | 375 | 14 | 7 | 0 | 1 | 330 | 130 | 135 |
Binary | 11011111 | 11101011 | 11111101 | 1100 | 111 | 0 | 1 | 11011000 | 1011000 | 1011101 |
Color Harmonies of #DFEBFD
Complementary color
Monochromatic Colors of #DFEBFD
Black with #DFEBFD
Text Example
Text Example
White with #DFEBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEBFD; }
p { color: rgb(223,235,253); }
H1.HeaderClassName
{
color: #DFEBFD;
}
.AnyTagClassName
{
color: #DFEBFD;
}
</style>
background-color css
<style>
a { background-color: #DFEBFD; }
a { background-color: rgb(223,235,253); }
div.DivClassName
{
background-color: #DFEBFD;
}
.BgClassName
{
background-color: #DFEBFD;
}
</style>
border-color css
<style>
span { border-color: #DFEBFD; }
span { border-color: rgb(223,235,253); }
td.TdClassName
{
border-color: #DFEBFD;
}
.TagClassName
{
border-color: #DFEBFD;
}
</style>