Shades of Solitude #DCEDFD
Tints of Solitude #DCEDFD
RGB
CMYK
RGB Variations
Color information
#DCEDFD (or 0xDCEDFD) is known color: Solitude. HEX triplet: DC, ED and FD. RGB value is (220,237,253). Sum of RGB (Red+Green+Blue) = 220+237+253=710 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.99% from 710); Green value is 237 (92.97% from 255 or 33.38% from 710); Blue value is 253 (99.22% from 255 or 35.63% from 710); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCEDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEDFD is #231202. Grayscale: #E9E9E9. Windows color (decimal): -2298371 or 16641500. OLE color: 16641500.
HSL color Cylindrical-coordinate representation of color #DCEDFD: hue angle of 209.09º 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 #DCEDFD is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 237 | 253 | - |
CMYK | 0.13 | 0.06 | 0 | 0.01 |
HSL | 209.09º | 0.89% | 0.93% | - |
HSV(B) | 209.09º | 0.13% | 0.99% | - |
XYZ | 77.53 | 82.88 | 104.84 | - |
YUV | 233.74 | 138.87 | 118.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 237 | 253 | 0.13 | 0.06 | 0 | 0.01 | 209.09 | 0.89 | 0.93 |
Hex | DC | ED | FD | D | 6 | 0 | 1 | D1 | 59 | 5D |
Octal | 334 | 355 | 375 | 15 | 6 | 0 | 1 | 321 | 131 | 135 |
Binary | 11011100 | 11101101 | 11111101 | 1101 | 110 | 0 | 1 | 11010001 | 1011001 | 1011101 |
Color Harmonies of #DCEDFD
Complementary color
Monochromatic Colors of #DCEDFD
Black with #DCEDFD
Text Example
Text Example
White with #DCEDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEDFD; }
p { color: rgb(220,237,253); }
H1.HeaderClassName
{
color: #DCEDFD;
}
.AnyTagClassName
{
color: #DCEDFD;
}
</style>
background-color css
<style>
a { background-color: #DCEDFD; }
a { background-color: rgb(220,237,253); }
div.DivClassName
{
background-color: #DCEDFD;
}
.BgClassName
{
background-color: #DCEDFD;
}
</style>
border-color css
<style>
span { border-color: #DCEDFD; }
span { border-color: rgb(220,237,253); }
td.TdClassName
{
border-color: #DCEDFD;
}
.TagClassName
{
border-color: #DCEDFD;
}
</style>