Shades of Solitude #DCE6FC
Tints of Solitude #DCE6FC
RGB
CMYK
RGB Variations
Color information
#DCE6FC (or 0xDCE6FC) is known color: Solitude. HEX triplet: DC, E6 and FC. RGB value is (220,230,252). Sum of RGB (Red+Green+Blue) = 220+230+252=702 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.34% from 702); Green value is 230 (90.23% from 255 or 32.76% from 702); Blue value is 252 (98.83% from 255 or 35.90% from 702); Max value from RGB is 252 - color contains mainly: blue. Hex color #DCE6FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCE6FC is #231903. Grayscale: #E5E5E5. Windows color (decimal): -2300164 or 16574172. OLE color: 16574172.
HSL color Cylindrical-coordinate representation of color #DCE6FC: hue angle of 221.25º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCE6FC is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 230 | 252 | - |
| CMYK | 0.13 | 0.09 | 0 | 0.01 |
| HSL | 221.25º | 0.84% | 0.93% | - |
| HSV(B) | 221.25º | 0.13% | 0.99% | - |
| XYZ | 75.38 | 78.84 | 103.34 | - |
| YUV | 229.52 | 140.69 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 230 | 252 | 0.13 | 0.09 | 0 | 0.01 | 221.25 | 0.84 | 0.93 |
| Hex | DC | E6 | FC | D | 9 | 0 | 1 | DD | 54 | 5D |
| Octal | 334 | 346 | 374 | 15 | 11 | 0 | 1 | 335 | 124 | 135 |
| Binary | 11011100 | 11100110 | 11111100 | 1101 | 1001 | 0 | 1 | 11011101 | 1010100 | 1011101 |
Color Harmonies of #DCE6FC
Complementary color
Monochromatic Colors of #DCE6FC
Black with #DCE6FC
Text Example
Text Example
White with #DCE6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE6FC; }
p { color: rgb(220,230,252); }
H1.HeaderClassName
{
color: #DCE6FC;
}
.AnyTagClassName
{
color: #DCE6FC;
}
</style>
background-color css
<style>
a { background-color: #DCE6FC; }
a { background-color: rgb(220,230,252); }
div.DivClassName
{
background-color: #DCE6FC;
}
.BgClassName
{
background-color: #DCE6FC;
}
</style>
border-color css
<style>
span { border-color: #DCE6FC; }
span { border-color: rgb(220,230,252); }
td.TdClassName
{
border-color: #DCE6FC;
}
.TagClassName
{
border-color: #DCE6FC;
}
</style>