Shades of Snowy Mint #D5FECB
Tints of Snowy Mint #D5FECB
RGB
CMYK
RGB Variations
Color information
#D5FECB (or 0xD5FECB) is known color: Snowy Mint. HEX triplet: D5, FE and CB. RGB value is (213,254,203). Sum of RGB (Red+Green+Blue) = 213+254+203=670 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.79% from 670); Green value is 254 (99.61% from 255 or 37.91% from 670); Blue value is 203 (79.69% from 255 or 30.30% from 670); Max value from RGB is 254 - color contains mainly: green. Hex color #D5FECB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FECB is #2A0134. Grayscale: #ECECEC. Windows color (decimal): -2752821 or 13369045. OLE color: 13369045.
HSL color Cylindrical-coordinate representation of color #D5FECB: hue angle of 108.24º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5FECB is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
RGB | 213 | 254 | 203 | - |
CMYK | 0.16 | 0 | 0.20 | 0.00 |
HSL | 108.24º | 0.96% | 0.9% | - |
HSV(B) | 108.24º | 0.2% | 1% | - |
XYZ | 73.66 | 89.34 | 69.86 | - |
YUV | 235.93 | 109.42 | 111.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 254 | 203 | 0.16 | 0 | 0.20 | 0.00 | 108.24 | 0.96 | 0.9 |
Hex | D5 | FE | CB | 10 | 0 | 14 | 0 | 6C | 60 | 5A |
Octal | 325 | 376 | 313 | 20 | 0 | 24 | 0 | 154 | 140 | 132 |
Binary | 11010101 | 11111110 | 11001011 | 10000 | 0 | 10100 | 0 | 1101100 | 1100000 | 1011010 |
Color Harmonies of #D5FECB
Complementary color
Monochromatic Colors of #D5FECB
Black with #D5FECB
Text Example
Text Example
White with #D5FECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FECB; }
p { color: rgb(213,254,203); }
H1.HeaderClassName
{
color: #D5FECB;
}
.AnyTagClassName
{
color: #D5FECB;
}
</style>
background-color css
<style>
a { background-color: #D5FECB; }
a { background-color: rgb(213,254,203); }
div.DivClassName
{
background-color: #D5FECB;
}
.BgClassName
{
background-color: #D5FECB;
}
</style>
border-color css
<style>
span { border-color: #D5FECB; }
span { border-color: rgb(213,254,203); }
td.TdClassName
{
border-color: #D5FECB;
}
.TagClassName
{
border-color: #D5FECB;
}
</style>