Shades of White Ice #DBEFE5
Tints of White Ice #DBEFE5
RGB
CMYK
RGB Variations
Color information
#DBEFE5 (or 0xDBEFE5) is known color: White Ice. HEX triplet: DB, EF and E5. RGB value is (219,239,229). Sum of RGB (Red+Green+Blue) = 219+239+229=687 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.88% from 687); Green value is 239 (93.75% from 255 or 34.79% from 687); Blue value is 229 (89.84% from 255 or 33.33% from 687); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEFE5 is #24101A. Grayscale: #E7E7E7. Windows color (decimal): -2363419 or 15069147. OLE color: 15069147.
HSL color Cylindrical-coordinate representation of color #DBEFE5: hue angle of 150º degrees, saturation: 0.38, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBEFE5 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
RGB | 219 | 239 | 229 | - |
CMYK | 0.08 | 0 | 0.04 | 0.06 |
HSL | 150º | 0.38% | 0.9% | - |
HSV(B) | 150º | 0.08% | 0.94% | - |
XYZ | 74.22 | 82.45 | 86.13 | - |
YUV | 231.88 | 126.37 | 118.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 239 | 229 | 0.08 | 0 | 0.04 | 0.06 | 150 | 0.38 | 0.9 |
Hex | DB | EF | E5 | 8 | 0 | 4 | 6 | 96 | 26 | 5A |
Octal | 333 | 357 | 345 | 10 | 0 | 4 | 6 | 226 | 46 | 132 |
Binary | 11011011 | 11101111 | 11100101 | 1000 | 0 | 100 | 110 | 10010110 | 100110 | 1011010 |
Color Harmonies of #DBEFE5
Complementary color
Monochromatic Colors of #DBEFE5
Black with #DBEFE5
Text Example
Text Example
White with #DBEFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEFE5; }
p { color: rgb(219,239,229); }
H1.HeaderClassName
{
color: #DBEFE5;
}
.AnyTagClassName
{
color: #DBEFE5;
}
</style>
background-color css
<style>
a { background-color: #DBEFE5; }
a { background-color: rgb(219,239,229); }
div.DivClassName
{
background-color: #DBEFE5;
}
.BgClassName
{
background-color: #DBEFE5;
}
</style>
border-color css
<style>
span { border-color: #DBEFE5; }
span { border-color: rgb(219,239,229); }
td.TdClassName
{
border-color: #DBEFE5;
}
.TagClassName
{
border-color: #DBEFE5;
}
</style>