Shades of Snowy Mint #D5EBCF
Tints of Snowy Mint #D5EBCF
RGB
CMYK
RGB Variations
Color information
#D5EBCF (or 0xD5EBCF) is known color: Snowy Mint. HEX triplet: D5, EB and CF. RGB value is (213,235,207). Sum of RGB (Red+Green+Blue) = 213+235+207=655 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.52% from 655); Green value is 235 (92.19% from 255 or 35.88% from 655); Blue value is 207 (81.25% from 255 or 31.60% from 655); Max value from RGB is 235 - color contains mainly: green. Hex color #D5EBCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EBCF is #2A1430. Grayscale: #E1E1E1. Windows color (decimal): -2757681 or 13626325. OLE color: 13626325.
HSL color Cylindrical-coordinate representation of color #D5EBCF: hue angle of 107.14º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5EBCF is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
RGB | 213 | 235 | 207 | - |
CMYK | 0.09 | 0 | 0.12 | 0.08 |
HSL | 107.14º | 0.41% | 0.87% | - |
HSV(B) | 107.14º | 0.12% | 0.92% | - |
XYZ | 68.41 | 78.07 | 70.49 | - |
YUV | 225.23 | 117.71 | 119.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 235 | 207 | 0.09 | 0 | 0.12 | 0.08 | 107.14 | 0.41 | 0.87 |
Hex | D5 | EB | CF | 9 | 0 | C | 8 | 6B | 29 | 57 |
Octal | 325 | 353 | 317 | 11 | 0 | 14 | 10 | 153 | 51 | 127 |
Binary | 11010101 | 11101011 | 11001111 | 1001 | 0 | 1100 | 1000 | 1101011 | 101001 | 1010111 |
Color Harmonies of #D5EBCF
Complementary color
Monochromatic Colors of #D5EBCF
Black with #D5EBCF
Text Example
Text Example
White with #D5EBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EBCF; }
p { color: rgb(213,235,207); }
H1.HeaderClassName
{
color: #D5EBCF;
}
.AnyTagClassName
{
color: #D5EBCF;
}
</style>
background-color css
<style>
a { background-color: #D5EBCF; }
a { background-color: rgb(213,235,207); }
div.DivClassName
{
background-color: #D5EBCF;
}
.BgClassName
{
background-color: #D5EBCF;
}
</style>
border-color css
<style>
span { border-color: #D5EBCF; }
span { border-color: rgb(213,235,207); }
td.TdClassName
{
border-color: #D5EBCF;
}
.TagClassName
{
border-color: #D5EBCF;
}
</style>