Shades of White Ice #DBEEE4
Tints of White Ice #DBEEE4
RGB
CMYK
RGB Variations
Color information
#DBEEE4 (or 0xDBEEE4) is known color: White Ice. HEX triplet: DB, EE and E4. RGB value is (219,238,228). Sum of RGB (Red+Green+Blue) = 219+238+228=685 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.97% from 685); Green value is 238 (93.36% from 255 or 34.74% from 685); Blue value is 228 (89.45% from 255 or 33.28% from 685); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEEE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEEE4 is #24111B. Grayscale: #E7E7E7. Windows color (decimal): -2363676 or 15003355. OLE color: 15003355.
HSL color Cylindrical-coordinate representation of color #DBEEE4: hue angle of 148.42º degrees, saturation: 0.36, 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 #DBEEE4 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 238 | 228 | - |
CMYK | 0.08 | 0 | 0.04 | 0.07 |
HSL | 148.42º | 0.36% | 0.9% | - |
HSV(B) | 148.42º | 0.08% | 0.93% | - |
XYZ | 73.79 | 81.81 | 85.3 | - |
YUV | 231.18 | 126.21 | 119.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 238 | 228 | 0.08 | 0 | 0.04 | 0.07 | 148.42 | 0.36 | 0.9 |
Hex | DB | EE | E4 | 8 | 0 | 4 | 7 | 94 | 24 | 5A |
Octal | 333 | 356 | 344 | 10 | 0 | 4 | 7 | 224 | 44 | 132 |
Binary | 11011011 | 11101110 | 11100100 | 1000 | 0 | 100 | 111 | 10010100 | 100100 | 1011010 |
Color Harmonies of #DBEEE4
Complementary color
Monochromatic Colors of #DBEEE4
Black with #DBEEE4
Text Example
Text Example
White with #DBEEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEEE4; }
p { color: rgb(219,238,228); }
H1.HeaderClassName
{
color: #DBEEE4;
}
.AnyTagClassName
{
color: #DBEEE4;
}
</style>
background-color css
<style>
a { background-color: #DBEEE4; }
a { background-color: rgb(219,238,228); }
div.DivClassName
{
background-color: #DBEEE4;
}
.BgClassName
{
background-color: #DBEEE4;
}
</style>
border-color css
<style>
span { border-color: #DBEEE4; }
span { border-color: rgb(219,238,228); }
td.TdClassName
{
border-color: #DBEEE4;
}
.TagClassName
{
border-color: #DBEEE4;
}
</style>