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