Shades of Solitude #DCEBFD
Tints of Solitude #DCEBFD
RGB
CMYK
RGB Variations
Color information
#DCEBFD (or 0xDCEBFD) is known color: Solitude. HEX triplet: DC, EB and FD. RGB value is (220,235,253). Sum of RGB (Red+Green+Blue) = 220+235+253=708 (93% of max value = 765). Red value is 220 (86.33% from 255 or 31.07% from 708); Green value is 235 (92.19% from 255 or 33.19% from 708); Blue value is 253 (99.22% from 255 or 35.73% from 708); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCEBFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEBFD is #231402. Grayscale: #E8E8E8. Windows color (decimal): -2298883 or 16640988. OLE color: 16640988.
HSL color Cylindrical-coordinate representation of color #DCEBFD: hue angle of 212.73º 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 #DCEBFD is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 235 | 253 | - |
| CMYK | 0.13 | 0.07 | 0 | 0.01 |
| HSL | 212.73º | 0.89% | 0.93% | - |
| HSV(B) | 212.73º | 0.13% | 0.99% | - |
| XYZ | 76.95 | 81.72 | 104.65 | - |
| YUV | 232.57 | 139.53 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 235 | 253 | 0.13 | 0.07 | 0 | 0.01 | 212.73 | 0.89 | 0.93 |
| Hex | DC | EB | FD | D | 7 | 0 | 1 | D5 | 59 | 5D |
| Octal | 334 | 353 | 375 | 15 | 7 | 0 | 1 | 325 | 131 | 135 |
| Binary | 11011100 | 11101011 | 11111101 | 1101 | 111 | 0 | 1 | 11010101 | 1011001 | 1011101 |
Color Harmonies of #DCEBFD
Complementary color
Monochromatic Colors of #DCEBFD
Black with #DCEBFD
Text Example
Text Example
White with #DCEBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEBFD; }
p { color: rgb(220,235,253); }
H1.HeaderClassName
{
color: #DCEBFD;
}
.AnyTagClassName
{
color: #DCEBFD;
}
</style>
background-color css
<style>
a { background-color: #DCEBFD; }
a { background-color: rgb(220,235,253); }
div.DivClassName
{
background-color: #DCEBFD;
}
.BgClassName
{
background-color: #DCEBFD;
}
</style>
border-color css
<style>
span { border-color: #DCEBFD; }
span { border-color: rgb(220,235,253); }
td.TdClassName
{
border-color: #DCEBFD;
}
.TagClassName
{
border-color: #DCEBFD;
}
</style>