Shades of White Ice #DBECE4
Tints of White Ice #DBECE4
RGB
CMYK
RGB Variations
Color information
#DBECE4 (or 0xDBECE4) is known color: White Ice. HEX triplet: DB, EC and E4. RGB value is (219,236,228). Sum of RGB (Red+Green+Blue) = 219+236+228=683 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.06% from 683); Green value is 236 (92.58% from 255 or 34.55% from 683); Blue value is 228 (89.45% from 255 or 33.38% from 683); Max value from RGB is 236 - color contains mainly: green. Hex color #DBECE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBECE4 is #24131B. Grayscale: #E6E6E6. Windows color (decimal): -2364188 or 15002843. OLE color: 15002843.
HSL color Cylindrical-coordinate representation of color #DBECE4: hue angle of 151.76º degrees, saturation: 0.31, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DBECE4 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 236 | 228 | - |
CMYK | 0.07 | 0 | 0.03 | 0.07 |
HSL | 151.76º | 0.31% | 0.89% | - |
HSV(B) | 151.76º | 0.07% | 0.93% | - |
XYZ | 73.21 | 80.65 | 85.11 | - |
YUV | 230.01 | 126.87 | 120.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 236 | 228 | 0.07 | 0 | 0.03 | 0.07 | 151.76 | 0.31 | 0.89 |
Hex | DB | EC | E4 | 7 | 0 | 3 | 7 | 98 | 1F | 59 |
Octal | 333 | 354 | 344 | 7 | 0 | 3 | 7 | 230 | 37 | 131 |
Binary | 11011011 | 11101100 | 11100100 | 111 | 0 | 11 | 111 | 10011000 | 11111 | 1011001 |
Color Harmonies of #DBECE4
Complementary color
Monochromatic Colors of #DBECE4
Black with #DBECE4
Text Example
Text Example
White with #DBECE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBECE4; }
p { color: rgb(219,236,228); }
H1.HeaderClassName
{
color: #DBECE4;
}
.AnyTagClassName
{
color: #DBECE4;
}
</style>
background-color css
<style>
a { background-color: #DBECE4; }
a { background-color: rgb(219,236,228); }
div.DivClassName
{
background-color: #DBECE4;
}
.BgClassName
{
background-color: #DBECE4;
}
</style>
border-color css
<style>
span { border-color: #DBECE4; }
span { border-color: rgb(219,236,228); }
td.TdClassName
{
border-color: #DBECE4;
}
.TagClassName
{
border-color: #DBECE4;
}
</style>