Shades of Solitude #DCE5F3
Tints of Solitude #DCE5F3
RGB
CMYK
RGB Variations
Color information
#DCE5F3 (or 0xDCE5F3) is known color: Solitude. HEX triplet: DC, E5 and F3. RGB value is (220,229,243). Sum of RGB (Red+Green+Blue) = 220+229+243=692 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.79% from 692); Green value is 229 (89.84% from 255 or 33.09% from 692); Blue value is 243 (95.31% from 255 or 35.12% from 692); Max value from RGB is 243 - color contains mainly: blue. Hex color #DCE5F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE5F3 is #231A0C. Grayscale: #E3E3E3. Windows color (decimal): -2300429 or 15984092. OLE color: 15984092.
HSL color Cylindrical-coordinate representation of color #DCE5F3: hue angle of 216.52º degrees, saturation: 0.49, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCE5F3 is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 229 | 243 | - |
| CMYK | 0.09 | 0.06 | 0 | 0.05 |
| HSL | 216.52º | 0.49% | 0.91% | - |
| HSV(B) | 216.52º | 0.09% | 0.95% | - |
| XYZ | 73.71 | 77.73 | 95.91 | - |
| YUV | 227.91 | 136.52 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 229 | 243 | 0.09 | 0.06 | 0 | 0.05 | 216.52 | 0.49 | 0.91 |
| Hex | DC | E5 | F3 | 9 | 6 | 0 | 5 | D9 | 31 | 5B |
| Octal | 334 | 345 | 363 | 11 | 6 | 0 | 5 | 331 | 61 | 133 |
| Binary | 11011100 | 11100101 | 11110011 | 1001 | 110 | 0 | 101 | 11011001 | 110001 | 1011011 |
Color Harmonies of #DCE5F3
Complementary color
Monochromatic Colors of #DCE5F3
Black with #DCE5F3
Text Example
Text Example
White with #DCE5F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE5F3; }
p { color: rgb(220,229,243); }
H1.HeaderClassName
{
color: #DCE5F3;
}
.AnyTagClassName
{
color: #DCE5F3;
}
</style>
background-color css
<style>
a { background-color: #DCE5F3; }
a { background-color: rgb(220,229,243); }
div.DivClassName
{
background-color: #DCE5F3;
}
.BgClassName
{
background-color: #DCE5F3;
}
</style>
border-color css
<style>
span { border-color: #DCE5F3; }
span { border-color: rgb(220,229,243); }
td.TdClassName
{
border-color: #DCE5F3;
}
.TagClassName
{
border-color: #DCE5F3;
}
</style>