Shades of Snowy Mint #CDF8C6
Tints of Snowy Mint #CDF8C6
RGB
CMYK
RGB Variations
Color information
#CDF8C6 (or 0xCDF8C6) is known color: Snowy Mint. HEX triplet: CD, F8 and C6. RGB value is (205,248,198). Sum of RGB (Red+Green+Blue) = 205+248+198=651 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.49% from 651); Green value is 248 (97.27% from 255 or 38.10% from 651); Blue value is 198 (77.73% from 255 or 30.41% from 651); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF8C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF8C6 is #320739. Grayscale: #E5E5E5. Windows color (decimal): -3278650 or 13039821. OLE color: 13039821.
HSL color Cylindrical-coordinate representation of color #CDF8C6: hue angle of 111.6º degrees, saturation: 0.78, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDF8C6 is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 248 | 198 | - |
| CMYK | 0.17 | 0 | 0.20 | 0.03 |
| HSL | 111.6º | 0.78% | 0.87% | - |
| HSV(B) | 111.6º | 0.2% | 0.97% | - |
| XYZ | 68.94 | 84.19 | 66.04 | - |
| YUV | 229.44 | 110.25 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 248 | 198 | 0.17 | 0 | 0.20 | 0.03 | 111.6 | 0.78 | 0.87 |
| Hex | CD | F8 | C6 | 11 | 0 | 14 | 3 | 70 | 4E | 57 |
| Octal | 315 | 370 | 306 | 21 | 0 | 24 | 3 | 160 | 116 | 127 |
| Binary | 11001101 | 11111000 | 11000110 | 10001 | 0 | 10100 | 11 | 1110000 | 1001110 | 1010111 |
Color Harmonies of #CDF8C6
Complementary color
Monochromatic Colors of #CDF8C6
Black with #CDF8C6
Text Example
Text Example
White with #CDF8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF8C6; }
p { color: rgb(205,248,198); }
H1.HeaderClassName
{
color: #CDF8C6;
}
.AnyTagClassName
{
color: #CDF8C6;
}
</style>
background-color css
<style>
a { background-color: #CDF8C6; }
a { background-color: rgb(205,248,198); }
div.DivClassName
{
background-color: #CDF8C6;
}
.BgClassName
{
background-color: #CDF8C6;
}
</style>
border-color css
<style>
span { border-color: #CDF8C6; }
span { border-color: rgb(205,248,198); }
td.TdClassName
{
border-color: #CDF8C6;
}
.TagClassName
{
border-color: #CDF8C6;
}
</style>