Shades of White Ice #DCEEE7
Tints of White Ice #DCEEE7
RGB
CMYK
RGB Variations
Color information
#DCEEE7 (or 0xDCEEE7) is known color: White Ice. HEX triplet: DC, EE and E7. RGB value is (220,238,231). Sum of RGB (Red+Green+Blue) = 220+238+231=689 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.93% from 689); Green value is 238 (93.36% from 255 or 34.54% from 689); Blue value is 231 (90.62% from 255 or 33.53% from 689); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEEE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEEE7 is #231118. Grayscale: #E7E7E7. Windows color (decimal): -2298137 or 15199964. OLE color: 15199964.
HSL color Cylindrical-coordinate representation of color #DCEEE7: hue angle of 156.67º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCEEE7 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 238 | 231 | - |
CMYK | 0.08 | 0 | 0.03 | 0.07 |
HSL | 156.67º | 0.35% | 0.9% | - |
HSV(B) | 156.67º | 0.08% | 0.93% | - |
XYZ | 74.51 | 82.13 | 87.53 | - |
YUV | 231.82 | 127.54 | 119.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 238 | 231 | 0.08 | 0 | 0.03 | 0.07 | 156.67 | 0.35 | 0.9 |
Hex | DC | EE | E7 | 8 | 0 | 3 | 7 | 9D | 23 | 5A |
Octal | 334 | 356 | 347 | 10 | 0 | 3 | 7 | 235 | 43 | 132 |
Binary | 11011100 | 11101110 | 11100111 | 1000 | 0 | 11 | 111 | 10011101 | 100011 | 1011010 |
Color Harmonies of #DCEEE7
Complementary color
Monochromatic Colors of #DCEEE7
Black with #DCEEE7
Text Example
Text Example
White with #DCEEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEEE7; }
p { color: rgb(220,238,231); }
H1.HeaderClassName
{
color: #DCEEE7;
}
.AnyTagClassName
{
color: #DCEEE7;
}
</style>
background-color css
<style>
a { background-color: #DCEEE7; }
a { background-color: rgb(220,238,231); }
div.DivClassName
{
background-color: #DCEEE7;
}
.BgClassName
{
background-color: #DCEEE7;
}
</style>
border-color css
<style>
span { border-color: #DCEEE7; }
span { border-color: rgb(220,238,231); }
td.TdClassName
{
border-color: #DCEEE7;
}
.TagClassName
{
border-color: #DCEEE7;
}
</style>