Shades of White Ice #DAFEEB
Tints of White Ice #DAFEEB
RGB
CMYK
RGB Variations
Color information
#DAFEEB (or 0xDAFEEB) is known color: White Ice. HEX triplet: DA, FE and EB. RGB value is (218,254,235). Sum of RGB (Red+Green+Blue) = 218+254+235=707 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.83% from 707); Green value is 254 (99.61% from 255 or 35.93% from 707); Blue value is 235 (92.19% from 255 or 33.24% from 707); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFEEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFEEB is #250114. Grayscale: #F1F1F1. Windows color (decimal): -2425109 or 15466202. OLE color: 15466202.
HSL color Cylindrical-coordinate representation of color #DAFEEB: hue angle of 148.33º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAFEEB is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
RGB | 218 | 254 | 235 | - |
CMYK | 0.14 | 0 | 0.07 | 0.00 |
HSL | 148.33º | 0.95% | 0.93% | - |
HSV(B) | 148.33º | 0.14% | 1% | - |
XYZ | 79.35 | 91.79 | 92.13 | - |
YUV | 241.07 | 124.57 | 111.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 254 | 235 | 0.14 | 0 | 0.07 | 0.00 | 148.33 | 0.95 | 0.93 |
Hex | DA | FE | EB | E | 0 | 7 | 0 | 94 | 5F | 5D |
Octal | 332 | 376 | 353 | 16 | 0 | 7 | 0 | 224 | 137 | 135 |
Binary | 11011010 | 11111110 | 11101011 | 1110 | 0 | 111 | 0 | 10010100 | 1011111 | 1011101 |
Color Harmonies of #DAFEEB
Complementary color
Monochromatic Colors of #DAFEEB
Black with #DAFEEB
Text Example
Text Example
White with #DAFEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFEEB; }
p { color: rgb(218,254,235); }
H1.HeaderClassName
{
color: #DAFEEB;
}
.AnyTagClassName
{
color: #DAFEEB;
}
</style>
background-color css
<style>
a { background-color: #DAFEEB; }
a { background-color: rgb(218,254,235); }
div.DivClassName
{
background-color: #DAFEEB;
}
.BgClassName
{
background-color: #DAFEEB;
}
</style>
border-color css
<style>
span { border-color: #DAFEEB; }
span { border-color: rgb(218,254,235); }
td.TdClassName
{
border-color: #DAFEEB;
}
.TagClassName
{
border-color: #DAFEEB;
}
</style>