Shades of White Ice #D5F3E6
Tints of White Ice #D5F3E6
RGB
CMYK
RGB Variations
Color information
#D5F3E6 (or 0xD5F3E6) is known color: White Ice. HEX triplet: D5, F3 and E6. RGB value is (213,243,230). Sum of RGB (Red+Green+Blue) = 213+243+230=686 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.05% from 686); Green value is 243 (95.31% from 255 or 35.42% from 686); Blue value is 230 (90.23% from 255 or 33.53% from 686); Max value from RGB is 243 - color contains mainly: green. Hex color #D5F3E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5F3E6 is #2A0C19. Grayscale: #E8E8E8. Windows color (decimal): -2755610 or 15135701. OLE color: 15135701.
HSL color Cylindrical-coordinate representation of color #D5F3E6: hue angle of 154º degrees, saturation: 0.56, 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 #D5F3E6 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 243 | 230 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.05 |
| HSL | 154º | 0.56% | 0.89% | - |
| HSV(B) | 154º | 0.12% | 0.95% | - |
| XYZ | 73.77 | 83.96 | 87.18 | - |
| YUV | 232.55 | 126.56 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 243 | 230 | 0.12 | 0 | 0.05 | 0.05 | 154 | 0.56 | 0.89 |
| Hex | D5 | F3 | E6 | C | 0 | 5 | 5 | 9A | 38 | 59 |
| Octal | 325 | 363 | 346 | 14 | 0 | 5 | 5 | 232 | 70 | 131 |
| Binary | 11010101 | 11110011 | 11100110 | 1100 | 0 | 101 | 101 | 10011010 | 111000 | 1011001 |
Color Harmonies of #D5F3E6
Complementary color
Monochromatic Colors of #D5F3E6
Black with #D5F3E6
Text Example
Text Example
White with #D5F3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F3E6; }
p { color: rgb(213,243,230); }
H1.HeaderClassName
{
color: #D5F3E6;
}
.AnyTagClassName
{
color: #D5F3E6;
}
</style>
background-color css
<style>
a { background-color: #D5F3E6; }
a { background-color: rgb(213,243,230); }
div.DivClassName
{
background-color: #D5F3E6;
}
.BgClassName
{
background-color: #D5F3E6;
}
</style>
border-color css
<style>
span { border-color: #D5F3E6; }
span { border-color: rgb(213,243,230); }
td.TdClassName
{
border-color: #D5F3E6;
}
.TagClassName
{
border-color: #D5F3E6;
}
</style>