Shades of White Ice #DAFEEE
Tints of White Ice #DAFEEE
RGB
CMYK
RGB Variations
Color information
#DAFEEE (or 0xDAFEEE) is known color: White Ice. HEX triplet: DA, FE and EE. RGB value is (218,254,238). Sum of RGB (Red+Green+Blue) = 218+254+238=710 (94% of max value = 765). Red value is 218 (85.55% from 255 or 30.70% from 710); Green value is 254 (99.61% from 255 or 35.77% from 710); Blue value is 238 (93.36% from 255 or 33.52% from 710); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFEEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFEEE is #250111. Grayscale: #F1F1F1. Windows color (decimal): -2425106 or 15662810. OLE color: 15662810.
HSL color Cylindrical-coordinate representation of color #DAFEEE: hue angle of 153.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 #DAFEEE is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
RGB | 218 | 254 | 238 | - |
CMYK | 0.14 | 0 | 0.06 | 0.00 |
HSL | 153.33º | 0.95% | 0.93% | - |
HSV(B) | 153.33º | 0.14% | 1% | - |
XYZ | 79.79 | 91.96 | 94.43 | - |
YUV | 241.41 | 126.07 | 111.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 254 | 238 | 0.14 | 0 | 0.06 | 0.00 | 153.33 | 0.95 | 0.93 |
Hex | DA | FE | EE | E | 0 | 6 | 0 | 99 | 5F | 5D |
Octal | 332 | 376 | 356 | 16 | 0 | 6 | 0 | 231 | 137 | 135 |
Binary | 11011010 | 11111110 | 11101110 | 1110 | 0 | 110 | 0 | 10011001 | 1011111 | 1011101 |
Color Harmonies of #DAFEEE
Complementary color
Monochromatic Colors of #DAFEEE
Black with #DAFEEE
Text Example
Text Example
White with #DAFEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFEEE; }
p { color: rgb(218,254,238); }
H1.HeaderClassName
{
color: #DAFEEE;
}
.AnyTagClassName
{
color: #DAFEEE;
}
</style>
background-color css
<style>
a { background-color: #DAFEEE; }
a { background-color: rgb(218,254,238); }
div.DivClassName
{
background-color: #DAFEEE;
}
.BgClassName
{
background-color: #DAFEEE;
}
</style>
border-color css
<style>
span { border-color: #DAFEEE; }
span { border-color: rgb(218,254,238); }
td.TdClassName
{
border-color: #DAFEEE;
}
.TagClassName
{
border-color: #DAFEEE;
}
</style>