Shades of Snowy Mint #CDF8C8
Tints of Snowy Mint #CDF8C8
RGB
CMYK
RGB Variations
Color information
#CDF8C8 (or 0xCDF8C8) is known color: Snowy Mint. HEX triplet: CD, F8 and C8. RGB value is (205,248,200). Sum of RGB (Red+Green+Blue) = 205+248+200=653 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.39% from 653); Green value is 248 (97.27% from 255 or 37.98% from 653); Blue value is 200 (78.52% from 255 or 30.63% from 653); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF8C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF8C8 is #320737. Grayscale: #E5E5E5. Windows color (decimal): -3278648 or 13170893. OLE color: 13170893.
HSL color Cylindrical-coordinate representation of color #CDF8C8: hue angle of 113.75º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDF8C8 is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
RGB | 205 | 248 | 200 | - |
CMYK | 0.17 | 0 | 0.19 | 0.03 |
HSL | 113.75º | 0.77% | 0.88% | - |
HSV(B) | 113.75º | 0.19% | 0.97% | - |
XYZ | 69.17 | 84.28 | 67.27 | - |
YUV | 229.67 | 111.25 | 110.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 248 | 200 | 0.17 | 0 | 0.19 | 0.03 | 113.75 | 0.77 | 0.88 |
Hex | CD | F8 | C8 | 11 | 0 | 13 | 3 | 72 | 4D | 58 |
Octal | 315 | 370 | 310 | 21 | 0 | 23 | 3 | 162 | 115 | 130 |
Binary | 11001101 | 11111000 | 11001000 | 10001 | 0 | 10011 | 11 | 1110010 | 1001101 | 1011000 |
Color Harmonies of #CDF8C8
Complementary color
Monochromatic Colors of #CDF8C8
Black with #CDF8C8
Text Example
Text Example
White with #CDF8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF8C8; }
p { color: rgb(205,248,200); }
H1.HeaderClassName
{
color: #CDF8C8;
}
.AnyTagClassName
{
color: #CDF8C8;
}
</style>
background-color css
<style>
a { background-color: #CDF8C8; }
a { background-color: rgb(205,248,200); }
div.DivClassName
{
background-color: #CDF8C8;
}
.BgClassName
{
background-color: #CDF8C8;
}
</style>
border-color css
<style>
span { border-color: #CDF8C8; }
span { border-color: rgb(205,248,200); }
td.TdClassName
{
border-color: #CDF8C8;
}
.TagClassName
{
border-color: #CDF8C8;
}
</style>