Shades of White Ice #DBF4E7
Tints of White Ice #DBF4E7
RGB
CMYK
RGB Variations
Color information
#DBF4E7 (or 0xDBF4E7) is known color: White Ice. HEX triplet: DB, F4 and E7. RGB value is (219,244,231). Sum of RGB (Red+Green+Blue) = 219+244+231=694 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.56% from 694); Green value is 244 (95.70% from 255 or 35.16% from 694); Blue value is 231 (90.62% from 255 or 33.29% from 694); Max value from RGB is 244 - color contains mainly: green. Hex color #DBF4E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF4E7 is #240B18. Grayscale: #EBEBEB. Windows color (decimal): -2362137 or 15201499. OLE color: 15201499.
HSL color Cylindrical-coordinate representation of color #DBF4E7: hue angle of 148.8º degrees, saturation: 0.53, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBF4E7 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
RGB | 219 | 244 | 231 | - |
CMYK | 0.10 | 0 | 0.05 | 0.04 |
HSL | 148.8º | 0.53% | 0.91% | - |
HSV(B) | 148.8º | 0.1% | 0.96% | - |
XYZ | 75.99 | 85.53 | 88.11 | - |
YUV | 235.04 | 125.72 | 116.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 244 | 231 | 0.10 | 0 | 0.05 | 0.04 | 148.8 | 0.53 | 0.91 |
Hex | DB | F4 | E7 | A | 0 | 5 | 4 | 95 | 35 | 5B |
Octal | 333 | 364 | 347 | 12 | 0 | 5 | 4 | 225 | 65 | 133 |
Binary | 11011011 | 11110100 | 11100111 | 1010 | 0 | 101 | 100 | 10010101 | 110101 | 1011011 |
Color Harmonies of #DBF4E7
Complementary color
Monochromatic Colors of #DBF4E7
Black with #DBF4E7
Text Example
Text Example
White with #DBF4E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF4E7; }
p { color: rgb(219,244,231); }
H1.HeaderClassName
{
color: #DBF4E7;
}
.AnyTagClassName
{
color: #DBF4E7;
}
</style>
background-color css
<style>
a { background-color: #DBF4E7; }
a { background-color: rgb(219,244,231); }
div.DivClassName
{
background-color: #DBF4E7;
}
.BgClassName
{
background-color: #DBF4E7;
}
</style>
border-color css
<style>
span { border-color: #DBF4E7; }
span { border-color: rgb(219,244,231); }
td.TdClassName
{
border-color: #DBF4E7;
}
.TagClassName
{
border-color: #DBF4E7;
}
</style>