Shades of Solitude #DCE5F6
Tints of Solitude #DCE5F6
RGB
CMYK
RGB Variations
Color information
#DCE5F6 (or 0xDCE5F6) is known color: Solitude. HEX triplet: DC, E5 and F6. RGB value is (220,229,246). Sum of RGB (Red+Green+Blue) = 220+229+246=695 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.65% from 695); Green value is 229 (89.84% from 255 or 32.95% from 695); Blue value is 246 (96.48% from 255 or 35.40% from 695); Max value from RGB is 246 - color contains mainly: blue. Hex color #DCE5F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE5F6 is #231A09. Grayscale: #E4E4E4. Windows color (decimal): -2300426 or 16180700. OLE color: 16180700.
HSL color Cylindrical-coordinate representation of color #DCE5F6: hue angle of 219.23º degrees, saturation: 0.59, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCE5F6 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 229 | 246 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.04 |
| HSL | 219.23º | 0.59% | 0.91% | - |
| HSV(B) | 219.23º | 0.11% | 0.96% | - |
| XYZ | 74.17 | 77.91 | 98.32 | - |
| YUV | 228.25 | 138.02 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 229 | 246 | 0.11 | 0.07 | 0 | 0.04 | 219.23 | 0.59 | 0.91 |
| Hex | DC | E5 | F6 | B | 7 | 0 | 4 | DB | 3B | 5B |
| Octal | 334 | 345 | 366 | 13 | 7 | 0 | 4 | 333 | 73 | 133 |
| Binary | 11011100 | 11100101 | 11110110 | 1011 | 111 | 0 | 100 | 11011011 | 111011 | 1011011 |
Color Harmonies of #DCE5F6
Complementary color
Monochromatic Colors of #DCE5F6
Black with #DCE5F6
Text Example
Text Example
White with #DCE5F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE5F6; }
p { color: rgb(220,229,246); }
H1.HeaderClassName
{
color: #DCE5F6;
}
.AnyTagClassName
{
color: #DCE5F6;
}
</style>
background-color css
<style>
a { background-color: #DCE5F6; }
a { background-color: rgb(220,229,246); }
div.DivClassName
{
background-color: #DCE5F6;
}
.BgClassName
{
background-color: #DCE5F6;
}
</style>
border-color css
<style>
span { border-color: #DCE5F6; }
span { border-color: rgb(220,229,246); }
td.TdClassName
{
border-color: #DCE5F6;
}
.TagClassName
{
border-color: #DCE5F6;
}
</style>