Shades of Snowy Mint #CDF9C5
Tints of Snowy Mint #CDF9C5
RGB
CMYK
RGB Variations
Color information
#CDF9C5 (or 0xCDF9C5) is known color: Snowy Mint. HEX triplet: CD, F9 and C5. RGB value is (205,249,197). Sum of RGB (Red+Green+Blue) = 205+249+197=651 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.49% from 651); Green value is 249 (97.66% from 255 or 38.25% from 651); Blue value is 197 (77.34% from 255 or 30.26% from 651); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF9C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF9C5 is #32063A. Grayscale: #E6E6E6. Windows color (decimal): -3278395 or 12974541. OLE color: 12974541.
HSL color Cylindrical-coordinate representation of color #CDF9C5: hue angle of 110.77º degrees, saturation: 0.81, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDF9C5 is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 249 | 197 | - |
| CMYK | 0.18 | 0 | 0.21 | 0.02 |
| HSL | 110.77º | 0.81% | 0.87% | - |
| HSV(B) | 110.77º | 0.21% | 0.98% | - |
| XYZ | 69.13 | 84.76 | 65.54 | - |
| YUV | 229.92 | 109.42 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 249 | 197 | 0.18 | 0 | 0.21 | 0.02 | 110.77 | 0.81 | 0.87 |
| Hex | CD | F9 | C5 | 12 | 0 | 15 | 2 | 6F | 51 | 57 |
| Octal | 315 | 371 | 305 | 22 | 0 | 25 | 2 | 157 | 121 | 127 |
| Binary | 11001101 | 11111001 | 11000101 | 10010 | 0 | 10101 | 10 | 1101111 | 1010001 | 1010111 |
Color Harmonies of #CDF9C5
Complementary color
Monochromatic Colors of #CDF9C5
Black with #CDF9C5
Text Example
Text Example
White with #CDF9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF9C5; }
p { color: rgb(205,249,197); }
H1.HeaderClassName
{
color: #CDF9C5;
}
.AnyTagClassName
{
color: #CDF9C5;
}
</style>
background-color css
<style>
a { background-color: #CDF9C5; }
a { background-color: rgb(205,249,197); }
div.DivClassName
{
background-color: #CDF9C5;
}
.BgClassName
{
background-color: #CDF9C5;
}
</style>
border-color css
<style>
span { border-color: #CDF9C5; }
span { border-color: rgb(205,249,197); }
td.TdClassName
{
border-color: #CDF9C5;
}
.TagClassName
{
border-color: #CDF9C5;
}
</style>