Shades of Solitude #DCE5FA
Tints of Solitude #DCE5FA
RGB
CMYK
RGB Variations
Color information
#DCE5FA (or 0xDCE5FA) is known color: Solitude. HEX triplet: DC, E5 and FA. RGB value is (220,229,250). Sum of RGB (Red+Green+Blue) = 220+229+250=699 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.47% from 699); Green value is 229 (89.84% from 255 or 32.76% from 699); Blue value is 250 (98.05% from 255 or 35.77% from 699); Max value from RGB is 250 - color contains mainly: blue. Hex color #DCE5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE5FA is #231A05. Grayscale: #E4E4E4. Windows color (decimal): -2300422 or 16442844. OLE color: 16442844.
HSL color Cylindrical-coordinate representation of color #DCE5FA: hue angle of 222º degrees, saturation: 0.75, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCE5FA is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 229 | 250 | - |
| CMYK | 0.12 | 0.08 | 0 | 0.02 |
| HSL | 222º | 0.75% | 0.92% | - |
| HSV(B) | 222º | 0.12% | 0.98% | - |
| XYZ | 74.79 | 78.16 | 101.59 | - |
| YUV | 228.7 | 140.02 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 229 | 250 | 0.12 | 0.08 | 0 | 0.02 | 222 | 0.75 | 0.92 |
| Hex | DC | E5 | FA | C | 8 | 0 | 2 | DE | 4B | 5C |
| Octal | 334 | 345 | 372 | 14 | 10 | 0 | 2 | 336 | 113 | 134 |
| Binary | 11011100 | 11100101 | 11111010 | 1100 | 1000 | 0 | 10 | 11011110 | 1001011 | 1011100 |
Color Harmonies of #DCE5FA
Complementary color
Monochromatic Colors of #DCE5FA
Black with #DCE5FA
Text Example
Text Example
White with #DCE5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE5FA; }
p { color: rgb(220,229,250); }
H1.HeaderClassName
{
color: #DCE5FA;
}
.AnyTagClassName
{
color: #DCE5FA;
}
</style>
background-color css
<style>
a { background-color: #DCE5FA; }
a { background-color: rgb(220,229,250); }
div.DivClassName
{
background-color: #DCE5FA;
}
.BgClassName
{
background-color: #DCE5FA;
}
</style>
border-color css
<style>
span { border-color: #DCE5FA; }
span { border-color: rgb(220,229,250); }
td.TdClassName
{
border-color: #DCE5FA;
}
.TagClassName
{
border-color: #DCE5FA;
}
</style>