Shades of White Ice #DBF3E6
Tints of White Ice #DBF3E6
RGB
CMYK
RGB Variations
Color information
#DBF3E6 (or 0xDBF3E6) is known color: White Ice. HEX triplet: DB, F3 and E6. RGB value is (219,243,230). Sum of RGB (Red+Green+Blue) = 219+243+230=692 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.65% from 692); Green value is 243 (95.31% from 255 or 35.12% from 692); Blue value is 230 (90.23% from 255 or 33.24% from 692); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF3E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBF3E6 is #240C19. Grayscale: #EAEAEA. Windows color (decimal): -2362394 or 15135707. OLE color: 15135707.
HSL color Cylindrical-coordinate representation of color #DBF3E6: hue angle of 147.5º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBF3E6 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 243 | 230 | - |
| CMYK | 0.10 | 0 | 0.05 | 0.05 |
| HSL | 147.5º | 0.5% | 0.91% | - |
| HSV(B) | 147.5º | 0.1% | 0.95% | - |
| XYZ | 75.55 | 84.87 | 87.26 | - |
| YUV | 234.34 | 125.55 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 243 | 230 | 0.10 | 0 | 0.05 | 0.05 | 147.5 | 0.5 | 0.91 |
| Hex | DB | F3 | E6 | A | 0 | 5 | 5 | 94 | 32 | 5B |
| Octal | 333 | 363 | 346 | 12 | 0 | 5 | 5 | 224 | 62 | 133 |
| Binary | 11011011 | 11110011 | 11100110 | 1010 | 0 | 101 | 101 | 10010100 | 110010 | 1011011 |
Color Harmonies of #DBF3E6
Complementary color
Monochromatic Colors of #DBF3E6
Black with #DBF3E6
Text Example
Text Example
White with #DBF3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF3E6; }
p { color: rgb(219,243,230); }
H1.HeaderClassName
{
color: #DBF3E6;
}
.AnyTagClassName
{
color: #DBF3E6;
}
</style>
background-color css
<style>
a { background-color: #DBF3E6; }
a { background-color: rgb(219,243,230); }
div.DivClassName
{
background-color: #DBF3E6;
}
.BgClassName
{
background-color: #DBF3E6;
}
</style>
border-color css
<style>
span { border-color: #DBF3E6; }
span { border-color: rgb(219,243,230); }
td.TdClassName
{
border-color: #DBF3E6;
}
.TagClassName
{
border-color: #DBF3E6;
}
</style>