Shades of Solitude #DFEDFB
Tints of Solitude #DFEDFB
RGB
CMYK
RGB Variations
Color information
#DFEDFB (or 0xDFEDFB) is known color: Solitude. HEX triplet: DF, ED and FB. RGB value is (223,237,251). Sum of RGB (Red+Green+Blue) = 223+237+251=711 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.36% from 711); Green value is 237 (92.97% from 255 or 33.33% from 711); Blue value is 251 (98.44% from 255 or 35.30% from 711); Max value from RGB is 251 - color contains mainly: blue. Hex color #DFEDFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEDFB is #201204. Grayscale: #EAEAEA. Windows color (decimal): -2101765 or 16510431. OLE color: 16510431.
HSL color Cylindrical-coordinate representation of color #DFEDFB: hue angle of 210º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFEDFB is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 223 | 237 | 251 | - |
CMYK | 0.11 | 0.06 | 0 | 0.02 |
HSL | 210º | 0.78% | 0.93% | - |
HSV(B) | 210º | 0.11% | 0.98% | - |
XYZ | 78.13 | 83.22 | 103.21 | - |
YUV | 234.41 | 137.36 | 119.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 237 | 251 | 0.11 | 0.06 | 0 | 0.02 | 210 | 0.78 | 0.93 |
Hex | DF | ED | FB | B | 6 | 0 | 2 | D2 | 4E | 5D |
Octal | 337 | 355 | 373 | 13 | 6 | 0 | 2 | 322 | 116 | 135 |
Binary | 11011111 | 11101101 | 11111011 | 1011 | 110 | 0 | 10 | 11010010 | 1001110 | 1011101 |
Color Harmonies of #DFEDFB
Complementary color
Monochromatic Colors of #DFEDFB
Black with #DFEDFB
Text Example
Text Example
White with #DFEDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEDFB; }
p { color: rgb(223,237,251); }
H1.HeaderClassName
{
color: #DFEDFB;
}
.AnyTagClassName
{
color: #DFEDFB;
}
</style>
background-color css
<style>
a { background-color: #DFEDFB; }
a { background-color: rgb(223,237,251); }
div.DivClassName
{
background-color: #DFEDFB;
}
.BgClassName
{
background-color: #DFEDFB;
}
</style>
border-color css
<style>
span { border-color: #DFEDFB; }
span { border-color: rgb(223,237,251); }
td.TdClassName
{
border-color: #DFEDFB;
}
.TagClassName
{
border-color: #DFEDFB;
}
</style>