Shades of Solitude #DCE5FD
Tints of Solitude #DCE5FD
RGB
CMYK
RGB Variations
Color information
#DCE5FD (or 0xDCE5FD) is known color: Solitude. HEX triplet: DC, E5 and FD. RGB value is (220,229,253). Sum of RGB (Red+Green+Blue) = 220+229+253=702 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.34% from 702); Green value is 229 (89.84% from 255 or 32.62% from 702); Blue value is 253 (99.22% from 255 or 36.04% from 702); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCE5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE5FD is #231A02. Grayscale: #E4E4E4. Windows color (decimal): -2300419 or 16639452. OLE color: 16639452.
HSL color Cylindrical-coordinate representation of color #DCE5FD: hue angle of 223.64º degrees, saturation: 0.89, 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 #DCE5FD is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 229 | 253 | - |
CMYK | 0.13 | 0.09 | 0 | 0.01 |
HSL | 223.64º | 0.89% | 0.93% | - |
HSV(B) | 223.64º | 0.13% | 0.99% | - |
XYZ | 75.26 | 78.35 | 104.08 | - |
YUV | 229.05 | 141.52 | 121.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 229 | 253 | 0.13 | 0.09 | 0 | 0.01 | 223.64 | 0.89 | 0.93 |
Hex | DC | E5 | FD | D | 9 | 0 | 1 | E0 | 59 | 5D |
Octal | 334 | 345 | 375 | 15 | 11 | 0 | 1 | 340 | 131 | 135 |
Binary | 11011100 | 11100101 | 11111101 | 1101 | 1001 | 0 | 1 | 11100000 | 1011001 | 1011101 |
Color Harmonies of #DCE5FD
Complementary color
Monochromatic Colors of #DCE5FD
Black with #DCE5FD
Text Example
Text Example
White with #DCE5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE5FD; }
p { color: rgb(220,229,253); }
H1.HeaderClassName
{
color: #DCE5FD;
}
.AnyTagClassName
{
color: #DCE5FD;
}
</style>
background-color css
<style>
a { background-color: #DCE5FD; }
a { background-color: rgb(220,229,253); }
div.DivClassName
{
background-color: #DCE5FD;
}
.BgClassName
{
background-color: #DCE5FD;
}
</style>
border-color css
<style>
span { border-color: #DCE5FD; }
span { border-color: rgb(220,229,253); }
td.TdClassName
{
border-color: #DCE5FD;
}
.TagClassName
{
border-color: #DCE5FD;
}
</style>