Shades of Solitude #DCE5F7
Tints of Solitude #DCE5F7
RGB
CMYK
RGB Variations
Color information
#DCE5F7 (or 0xDCE5F7) is known color: Solitude. HEX triplet: DC, E5 and F7. RGB value is (220,229,247). Sum of RGB (Red+Green+Blue) = 220+229+247=696 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.61% from 696); Green value is 229 (89.84% from 255 or 32.90% from 696); Blue value is 247 (96.88% from 255 or 35.49% from 696); Max value from RGB is 247 - color contains mainly: blue. Hex color #DCE5F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE5F7 is #231A08. Grayscale: #E4E4E4. Windows color (decimal): -2300425 or 16246236. OLE color: 16246236.
HSL color Cylindrical-coordinate representation of color #DCE5F7: hue angle of 220º degrees, saturation: 0.63, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCE5F7 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 229 | 247 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.03 |
| HSL | 220º | 0.63% | 0.92% | - |
| HSV(B) | 220º | 0.11% | 0.97% | - |
| XYZ | 74.32 | 77.97 | 99.13 | - |
| YUV | 228.36 | 138.52 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 229 | 247 | 0.11 | 0.07 | 0 | 0.03 | 220 | 0.63 | 0.92 |
| Hex | DC | E5 | F7 | B | 7 | 0 | 3 | DC | 3F | 5C |
| Octal | 334 | 345 | 367 | 13 | 7 | 0 | 3 | 334 | 77 | 134 |
| Binary | 11011100 | 11100101 | 11110111 | 1011 | 111 | 0 | 11 | 11011100 | 111111 | 1011100 |
Color Harmonies of #DCE5F7
Complementary color
Monochromatic Colors of #DCE5F7
Black with #DCE5F7
Text Example
Text Example
White with #DCE5F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE5F7; }
p { color: rgb(220,229,247); }
H1.HeaderClassName
{
color: #DCE5F7;
}
.AnyTagClassName
{
color: #DCE5F7;
}
</style>
background-color css
<style>
a { background-color: #DCE5F7; }
a { background-color: rgb(220,229,247); }
div.DivClassName
{
background-color: #DCE5F7;
}
.BgClassName
{
background-color: #DCE5F7;
}
</style>
border-color css
<style>
span { border-color: #DCE5F7; }
span { border-color: rgb(220,229,247); }
td.TdClassName
{
border-color: #DCE5F7;
}
.TagClassName
{
border-color: #DCE5F7;
}
</style>