Shades of Solitude #DCEDFF
Tints of Solitude #DCEDFF
RGB
CMYK
RGB Variations
Color information
#DCEDFF (or 0xDCEDFF) is known color: Solitude. HEX triplet: DC, ED and FF. RGB value is (220,237,255). Sum of RGB (Red+Green+Blue) = 220+237+255=712 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.90% from 712); Green value is 237 (92.97% from 255 or 33.29% from 712); Blue value is 255 (100% from 255 or 35.81% from 712); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCEDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEDFF is #231200. Grayscale: #E9E9E9. Windows color (decimal): -2298369 or 16772572. OLE color: 16772572.
HSL color Cylindrical-coordinate representation of color #DCEDFF: hue angle of 210.86º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCEDFF is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 220 | 237 | 255 | - |
CMYK | 0.14 | 0.07 | 0 | 0 |
HSL | 210.86º | 1% | 0.93% | - |
HSV(B) | 210.86º | 0.14% | 1% | - |
XYZ | 77.85 | 83 | 106.53 | - |
YUV | 233.97 | 139.87 | 118.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 237 | 255 | 0.14 | 0.07 | 0 | 0 | 210.86 | 1 | 0.93 |
Hex | DC | ED | FF | E | 7 | 0 | 0 | D3 | 64 | 5D |
Octal | 334 | 355 | 377 | 16 | 7 | 0 | 0 | 323 | 144 | 135 |
Binary | 11011100 | 11101101 | 11111111 | 1110 | 111 | 0 | 0 | 11010011 | 1100100 | 1011101 |
Color Harmonies of #DCEDFF
Complementary color
Monochromatic Colors of #DCEDFF
Black with #DCEDFF
Text Example
Text Example
White with #DCEDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEDFF; }
p { color: rgb(220,237,255); }
H1.HeaderClassName
{
color: #DCEDFF;
}
.AnyTagClassName
{
color: #DCEDFF;
}
</style>
background-color css
<style>
a { background-color: #DCEDFF; }
a { background-color: rgb(220,237,255); }
div.DivClassName
{
background-color: #DCEDFF;
}
.BgClassName
{
background-color: #DCEDFF;
}
</style>
border-color css
<style>
span { border-color: #DCEDFF; }
span { border-color: rgb(220,237,255); }
td.TdClassName
{
border-color: #DCEDFF;
}
.TagClassName
{
border-color: #DCEDFF;
}
</style>