Shades of Solitude #DFEBFE
Tints of Solitude #DFEBFE
RGB
CMYK
RGB Variations
Color information
#DFEBFE (or 0xDFEBFE) is known color: Solitude. HEX triplet: DF, EB and FE. RGB value is (223,235,254). Sum of RGB (Red+Green+Blue) = 223+235+254=712 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.32% from 712); Green value is 235 (92.19% from 255 or 33.01% from 712); Blue value is 254 (99.61% from 255 or 35.67% from 712); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFEBFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEBFE is #201401. Grayscale: #E9E9E9. Windows color (decimal): -2102274 or 16706527. OLE color: 16706527.
HSL color Cylindrical-coordinate representation of color #DFEBFE: hue angle of 216.77º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFEBFE is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 235 | 254 | - |
| CMYK | 0.12 | 0.07 | 0 | 0.00 |
| HSL | 216.77º | 0.94% | 0.94% | - |
| HSV(B) | 216.77º | 0.12% | 1% | - |
| XYZ | 78.03 | 82.26 | 105.53 | - |
| YUV | 233.58 | 139.52 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 235 | 254 | 0.12 | 0.07 | 0 | 0.00 | 216.77 | 0.94 | 0.94 |
| Hex | DF | EB | FE | C | 7 | 0 | 0 | D9 | 5E | 5E |
| Octal | 337 | 353 | 376 | 14 | 7 | 0 | 0 | 331 | 136 | 136 |
| Binary | 11011111 | 11101011 | 11111110 | 1100 | 111 | 0 | 0 | 11011001 | 1011110 | 1011110 |
Color Harmonies of #DFEBFE
Complementary color
Monochromatic Colors of #DFEBFE
Black with #DFEBFE
Text Example
Text Example
White with #DFEBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEBFE; }
p { color: rgb(223,235,254); }
H1.HeaderClassName
{
color: #DFEBFE;
}
.AnyTagClassName
{
color: #DFEBFE;
}
</style>
background-color css
<style>
a { background-color: #DFEBFE; }
a { background-color: rgb(223,235,254); }
div.DivClassName
{
background-color: #DFEBFE;
}
.BgClassName
{
background-color: #DFEBFE;
}
</style>
border-color css
<style>
span { border-color: #DFEBFE; }
span { border-color: rgb(223,235,254); }
td.TdClassName
{
border-color: #DFEBFE;
}
.TagClassName
{
border-color: #DFEBFE;
}
</style>