Shades of White Ice #D6FAEA
Tints of White Ice #D6FAEA
RGB
CMYK
RGB Variations
Color information
#D6FAEA (or 0xD6FAEA) is known color: White Ice. HEX triplet: D6, FA and EA. RGB value is (214,250,234). Sum of RGB (Red+Green+Blue) = 214+250+234=698 (92% of max value = 765). Red value is 214 (83.98% from 255 or 30.66% from 698); Green value is 250 (98.05% from 255 or 35.82% from 698); Blue value is 234 (91.80% from 255 or 33.52% from 698); Max value from RGB is 250 - color contains mainly: green. Hex color #D6FAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6FAEA is #290515. Grayscale: #EDEDED. Windows color (decimal): -2688278 or 15399638. OLE color: 15399638.
HSL color Cylindrical-coordinate representation of color #D6FAEA: hue angle of 153.33º degrees, saturation: 0.78, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6FAEA is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 250 | 234 | - |
| CMYK | 0.14 | 0 | 0.06 | 0.02 |
| HSL | 153.33º | 0.78% | 0.91% | - |
| HSV(B) | 153.33º | 0.14% | 0.98% | - |
| XYZ | 76.77 | 88.61 | 90.9 | - |
| YUV | 237.41 | 126.07 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 250 | 234 | 0.14 | 0 | 0.06 | 0.02 | 153.33 | 0.78 | 0.91 |
| Hex | D6 | FA | EA | E | 0 | 6 | 2 | 99 | 4E | 5B |
| Octal | 326 | 372 | 352 | 16 | 0 | 6 | 2 | 231 | 116 | 133 |
| Binary | 11010110 | 11111010 | 11101010 | 1110 | 0 | 110 | 10 | 10011001 | 1001110 | 1011011 |
Color Harmonies of #D6FAEA
Complementary color
Monochromatic Colors of #D6FAEA
Black with #D6FAEA
Text Example
Text Example
White with #D6FAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FAEA; }
p { color: rgb(214,250,234); }
H1.HeaderClassName
{
color: #D6FAEA;
}
.AnyTagClassName
{
color: #D6FAEA;
}
</style>
background-color css
<style>
a { background-color: #D6FAEA; }
a { background-color: rgb(214,250,234); }
div.DivClassName
{
background-color: #D6FAEA;
}
.BgClassName
{
background-color: #D6FAEA;
}
</style>
border-color css
<style>
span { border-color: #D6FAEA; }
span { border-color: rgb(214,250,234); }
td.TdClassName
{
border-color: #D6FAEA;
}
.TagClassName
{
border-color: #D6FAEA;
}
</style>