Shades of White Ice #DBEDE6
Tints of White Ice #DBEDE6
RGB
CMYK
RGB Variations
Color information
#DBEDE6 (or 0xDBEDE6) is known color: White Ice. HEX triplet: DB, ED and E6. RGB value is (219,237,230). Sum of RGB (Red+Green+Blue) = 219+237+230=686 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.92% from 686); Green value is 237 (92.97% from 255 or 34.55% from 686); Blue value is 230 (90.23% from 255 or 33.53% from 686); Max value from RGB is 237 - color contains mainly: green. Hex color #DBEDE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DBEDE6 is #241219. Grayscale: #E6E6E6. Windows color (decimal): -2363930 or 15134171. OLE color: 15134171.
HSL color Cylindrical-coordinate representation of color #DBEDE6: hue angle of 156.67º degrees, saturation: 0.33, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBEDE6 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 237 | 230 | - |
CMYK | 0.08 | 0 | 0.03 | 0.07 |
HSL | 156.67º | 0.33% | 0.89% | - |
HSV(B) | 156.67º | 0.08% | 0.93% | - |
XYZ | 73.78 | 81.34 | 86.67 | - |
YUV | 230.82 | 127.54 | 119.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 237 | 230 | 0.08 | 0 | 0.03 | 0.07 | 156.67 | 0.33 | 0.89 |
Hex | DB | ED | E6 | 8 | 0 | 3 | 7 | 9D | 21 | 59 |
Octal | 333 | 355 | 346 | 10 | 0 | 3 | 7 | 235 | 41 | 131 |
Binary | 11011011 | 11101101 | 11100110 | 1000 | 0 | 11 | 111 | 10011101 | 100001 | 1011001 |
Color Harmonies of #DBEDE6
Complementary color
Monochromatic Colors of #DBEDE6
Black with #DBEDE6
Text Example
Text Example
White with #DBEDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEDE6; }
p { color: rgb(219,237,230); }
H1.HeaderClassName
{
color: #DBEDE6;
}
.AnyTagClassName
{
color: #DBEDE6;
}
</style>
background-color css
<style>
a { background-color: #DBEDE6; }
a { background-color: rgb(219,237,230); }
div.DivClassName
{
background-color: #DBEDE6;
}
.BgClassName
{
background-color: #DBEDE6;
}
</style>
border-color css
<style>
span { border-color: #DBEDE6; }
span { border-color: rgb(219,237,230); }
td.TdClassName
{
border-color: #DBEDE6;
}
.TagClassName
{
border-color: #DBEDE6;
}
</style>