Shades of White Ice #DBFFEE
Tints of White Ice #DBFFEE
RGB
CMYK
RGB Variations
Color information
#DBFFEE (or 0xDBFFEE) is known color: White Ice. HEX triplet: DB, FF and EE. RGB value is (219,255,238). Sum of RGB (Red+Green+Blue) = 219+255+238=712 (94% of max value = 765). Red value is 219 (85.94% from 255 or 30.76% from 712); Green value is 255 (100% from 255 or 35.81% from 712); Blue value is 238 (93.36% from 255 or 33.43% from 712); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBFFEE is #240011. Grayscale: #F2F2F2. Windows color (decimal): -2359314 or 15663067. OLE color: 15663067.
HSL color Cylindrical-coordinate representation of color #DBFFEE: hue angle of 151.67º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBFFEE is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
RGB | 219 | 255 | 238 | - |
CMYK | 0.14 | 0 | 0.07 | 0 |
HSL | 151.67º | 1% | 0.93% | - |
HSV(B) | 151.67º | 0.14% | 1% | - |
XYZ | 80.41 | 92.75 | 94.55 | - |
YUV | 242.3 | 125.57 | 111.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 255 | 238 | 0.14 | 0 | 0.07 | 0 | 151.67 | 1 | 0.93 |
Hex | DB | FF | EE | E | 0 | 7 | 0 | 98 | 64 | 5D |
Octal | 333 | 377 | 356 | 16 | 0 | 7 | 0 | 230 | 144 | 135 |
Binary | 11011011 | 11111111 | 11101110 | 1110 | 0 | 111 | 0 | 10011000 | 1100100 | 1011101 |
Color Harmonies of #DBFFEE
Complementary color
Monochromatic Colors of #DBFFEE
Black with #DBFFEE
Text Example
Text Example
White with #DBFFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFFEE; }
p { color: rgb(219,255,238); }
H1.HeaderClassName
{
color: #DBFFEE;
}
.AnyTagClassName
{
color: #DBFFEE;
}
</style>
background-color css
<style>
a { background-color: #DBFFEE; }
a { background-color: rgb(219,255,238); }
div.DivClassName
{
background-color: #DBFFEE;
}
.BgClassName
{
background-color: #DBFFEE;
}
</style>
border-color css
<style>
span { border-color: #DBFFEE; }
span { border-color: rgb(219,255,238); }
td.TdClassName
{
border-color: #DBFFEE;
}
.TagClassName
{
border-color: #DBFFEE;
}
</style>