Shades of White Ice #D5FAEA
Tints of White Ice #D5FAEA
RGB
CMYK
RGB Variations
Color information
#D5FAEA (or 0xD5FAEA) is known color: White Ice. HEX triplet: D5, FA and EA. RGB value is (213,250,234). Sum of RGB (Red+Green+Blue) = 213+250+234=697 (92% of max value = 765). Red value is 213 (83.59% from 255 or 30.56% from 697); Green value is 250 (98.05% from 255 or 35.87% from 697); Blue value is 234 (91.80% from 255 or 33.57% from 697); Max value from RGB is 250 - color contains mainly: green. Hex color #D5FAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5FAEA is #2A0515. Grayscale: #EDEDED. Windows color (decimal): -2753814 or 15399637. OLE color: 15399637.
HSL color Cylindrical-coordinate representation of color #D5FAEA: hue angle of 154.05º degrees, saturation: 0.79, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5FAEA is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 250 | 234 | - |
| CMYK | 0.15 | 0 | 0.06 | 0.02 |
| HSL | 154.05º | 0.79% | 0.91% | - |
| HSV(B) | 154.05º | 0.15% | 0.98% | - |
| XYZ | 76.48 | 88.46 | 90.89 | - |
| YUV | 237.11 | 126.24 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 250 | 234 | 0.15 | 0 | 0.06 | 0.02 | 154.05 | 0.79 | 0.91 |
| Hex | D5 | FA | EA | F | 0 | 6 | 2 | 9A | 4F | 5B |
| Octal | 325 | 372 | 352 | 17 | 0 | 6 | 2 | 232 | 117 | 133 |
| Binary | 11010101 | 11111010 | 11101010 | 1111 | 0 | 110 | 10 | 10011010 | 1001111 | 1011011 |
Color Harmonies of #D5FAEA
Complementary color
Monochromatic Colors of #D5FAEA
Black with #D5FAEA
Text Example
Text Example
White with #D5FAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FAEA; }
p { color: rgb(213,250,234); }
H1.HeaderClassName
{
color: #D5FAEA;
}
.AnyTagClassName
{
color: #D5FAEA;
}
</style>
background-color css
<style>
a { background-color: #D5FAEA; }
a { background-color: rgb(213,250,234); }
div.DivClassName
{
background-color: #D5FAEA;
}
.BgClassName
{
background-color: #D5FAEA;
}
</style>
border-color css
<style>
span { border-color: #D5FAEA; }
span { border-color: rgb(213,250,234); }
td.TdClassName
{
border-color: #D5FAEA;
}
.TagClassName
{
border-color: #D5FAEA;
}
</style>