Shades of Snowy Mint #D9FDCB
Tints of Snowy Mint #D9FDCB
RGB
CMYK
RGB Variations
Color information
#D9FDCB (or 0xD9FDCB) is known color: Snowy Mint. HEX triplet: D9, FD and CB. RGB value is (217,253,203). Sum of RGB (Red+Green+Blue) = 217+253+203=673 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.24% from 673); Green value is 253 (99.22% from 255 or 37.59% from 673); Blue value is 203 (79.69% from 255 or 30.16% from 673); Max value from RGB is 253 - color contains mainly: green. Hex color #D9FDCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9FDCB is #260234. Grayscale: #ECECEC. Windows color (decimal): -2490933 or 13368793. OLE color: 13368793.
HSL color Cylindrical-coordinate representation of color #D9FDCB: hue angle of 103.2º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9FDCB is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
RGB | 217 | 253 | 203 | - |
CMYK | 0.14 | 0 | 0.20 | 0.01 |
HSL | 103.2º | 0.93% | 0.89% | - |
HSV(B) | 103.2º | 0.2% | 0.99% | - |
XYZ | 74.52 | 89.31 | 69.81 | - |
YUV | 236.54 | 109.07 | 114.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 253 | 203 | 0.14 | 0 | 0.20 | 0.01 | 103.2 | 0.93 | 0.89 |
Hex | D9 | FD | CB | E | 0 | 14 | 1 | 67 | 5D | 59 |
Octal | 331 | 375 | 313 | 16 | 0 | 24 | 1 | 147 | 135 | 131 |
Binary | 11011001 | 11111101 | 11001011 | 1110 | 0 | 10100 | 1 | 1100111 | 1011101 | 1011001 |
Color Harmonies of #D9FDCB
Complementary color
Monochromatic Colors of #D9FDCB
Black with #D9FDCB
Text Example
Text Example
White with #D9FDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FDCB; }
p { color: rgb(217,253,203); }
H1.HeaderClassName
{
color: #D9FDCB;
}
.AnyTagClassName
{
color: #D9FDCB;
}
</style>
background-color css
<style>
a { background-color: #D9FDCB; }
a { background-color: rgb(217,253,203); }
div.DivClassName
{
background-color: #D9FDCB;
}
.BgClassName
{
background-color: #D9FDCB;
}
</style>
border-color css
<style>
span { border-color: #D9FDCB; }
span { border-color: rgb(217,253,203); }
td.TdClassName
{
border-color: #D9FDCB;
}
.TagClassName
{
border-color: #D9FDCB;
}
</style>