Shades of White Ice #D5F2E6
Tints of White Ice #D5F2E6
RGB
CMYK
RGB Variations
Color information
#D5F2E6 (or 0xD5F2E6) is known color: White Ice. HEX triplet: D5, F2 and E6. RGB value is (213,242,230). Sum of RGB (Red+Green+Blue) = 213+242+230=685 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.09% from 685); Green value is 242 (94.92% from 255 or 35.33% from 685); Blue value is 230 (90.23% from 255 or 33.58% from 685); Max value from RGB is 242 - color contains mainly: green. Hex color #D5F2E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5F2E6 is #2A0D19. Grayscale: #E7E7E7. Windows color (decimal): -2755866 or 15135445. OLE color: 15135445.
HSL color Cylindrical-coordinate representation of color #D5F2E6: hue angle of 155.17º degrees, saturation: 0.53, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5F2E6 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 242 | 230 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.05 |
| HSL | 155.17º | 0.53% | 0.89% | - |
| HSV(B) | 155.17º | 0.12% | 0.95% | - |
| XYZ | 73.48 | 83.36 | 87.08 | - |
| YUV | 231.96 | 126.89 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 242 | 230 | 0.12 | 0 | 0.05 | 0.05 | 155.17 | 0.53 | 0.89 |
| Hex | D5 | F2 | E6 | C | 0 | 5 | 5 | 9B | 35 | 59 |
| Octal | 325 | 362 | 346 | 14 | 0 | 5 | 5 | 233 | 65 | 131 |
| Binary | 11010101 | 11110010 | 11100110 | 1100 | 0 | 101 | 101 | 10011011 | 110101 | 1011001 |
Color Harmonies of #D5F2E6
Complementary color
Monochromatic Colors of #D5F2E6
Black with #D5F2E6
Text Example
Text Example
White with #D5F2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F2E6; }
p { color: rgb(213,242,230); }
H1.HeaderClassName
{
color: #D5F2E6;
}
.AnyTagClassName
{
color: #D5F2E6;
}
</style>
background-color css
<style>
a { background-color: #D5F2E6; }
a { background-color: rgb(213,242,230); }
div.DivClassName
{
background-color: #D5F2E6;
}
.BgClassName
{
background-color: #D5F2E6;
}
</style>
border-color css
<style>
span { border-color: #D5F2E6; }
span { border-color: rgb(213,242,230); }
td.TdClassName
{
border-color: #D5F2E6;
}
.TagClassName
{
border-color: #D5F2E6;
}
</style>