Shades of White Ice #DBECE2
Tints of White Ice #DBECE2
RGB
CMYK
RGB Variations
Color information
#DBECE2 (or 0xDBECE2) is known color: White Ice. HEX triplet: DB, EC and E2. RGB value is (219,236,226). Sum of RGB (Red+Green+Blue) = 219+236+226=681 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.16% from 681); Green value is 236 (92.58% from 255 or 34.65% from 681); Blue value is 226 (88.67% from 255 or 33.19% from 681); Max value from RGB is 236 - color contains mainly: green. Hex color #DBECE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBECE2 is #24131D. Grayscale: #E5E5E5. Windows color (decimal): -2364190 or 14871771. OLE color: 14871771.
HSL color Cylindrical-coordinate representation of color #DBECE2: hue angle of 144.71º 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 #DBECE2 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 236 | 226 | - |
CMYK | 0.07 | 0 | 0.04 | 0.07 |
HSL | 144.71º | 0.31% | 0.89% | - |
HSV(B) | 144.71º | 0.07% | 0.93% | - |
XYZ | 72.94 | 80.54 | 83.65 | - |
YUV | 229.78 | 125.87 | 120.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 236 | 226 | 0.07 | 0 | 0.04 | 0.07 | 144.71 | 0.31 | 0.89 |
Hex | DB | EC | E2 | 7 | 0 | 4 | 7 | 91 | 1F | 59 |
Octal | 333 | 354 | 342 | 7 | 0 | 4 | 7 | 221 | 37 | 131 |
Binary | 11011011 | 11101100 | 11100010 | 111 | 0 | 100 | 111 | 10010001 | 11111 | 1011001 |
Color Harmonies of #DBECE2
Complementary color
Monochromatic Colors of #DBECE2
Black with #DBECE2
Text Example
Text Example
White with #DBECE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBECE2; }
p { color: rgb(219,236,226); }
H1.HeaderClassName
{
color: #DBECE2;
}
.AnyTagClassName
{
color: #DBECE2;
}
</style>
background-color css
<style>
a { background-color: #DBECE2; }
a { background-color: rgb(219,236,226); }
div.DivClassName
{
background-color: #DBECE2;
}
.BgClassName
{
background-color: #DBECE2;
}
</style>
border-color css
<style>
span { border-color: #DBECE2; }
span { border-color: rgb(219,236,226); }
td.TdClassName
{
border-color: #DBECE2;
}
.TagClassName
{
border-color: #DBECE2;
}
</style>