Shades of Snowy Mint #CDFBC5
Tints of Snowy Mint #CDFBC5
RGB
CMYK
RGB Variations
Color information
#CDFBC5 (or 0xCDFBC5) is known color: Snowy Mint. HEX triplet: CD, FB and C5. RGB value is (205,251,197). Sum of RGB (Red+Green+Blue) = 205+251+197=653 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.39% from 653); Green value is 251 (98.44% from 255 or 38.44% from 653); Blue value is 197 (77.34% from 255 or 30.17% from 653); Max value from RGB is 251 - color contains mainly: green. Hex color #CDFBC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFBC5 is #32043A. Grayscale: #E7E7E7. Windows color (decimal): -3277883 or 12975053. OLE color: 12975053.
HSL color Cylindrical-coordinate representation of color #CDFBC5: hue angle of 111.11º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CDFBC5 is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 251 | 197 | - |
| CMYK | 0.18 | 0 | 0.22 | 0.02 |
| HSL | 111.11º | 0.87% | 0.88% | - |
| HSV(B) | 111.11º | 0.22% | 0.98% | - |
| XYZ | 69.75 | 86 | 65.75 | - |
| YUV | 231.09 | 108.76 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 251 | 197 | 0.18 | 0 | 0.22 | 0.02 | 111.11 | 0.87 | 0.88 |
| Hex | CD | FB | C5 | 12 | 0 | 16 | 2 | 6F | 57 | 58 |
| Octal | 315 | 373 | 305 | 22 | 0 | 26 | 2 | 157 | 127 | 130 |
| Binary | 11001101 | 11111011 | 11000101 | 10010 | 0 | 10110 | 10 | 1101111 | 1010111 | 1011000 |
Color Harmonies of #CDFBC5
Complementary color
Monochromatic Colors of #CDFBC5
Black with #CDFBC5
Text Example
Text Example
White with #CDFBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFBC5; }
p { color: rgb(205,251,197); }
H1.HeaderClassName
{
color: #CDFBC5;
}
.AnyTagClassName
{
color: #CDFBC5;
}
</style>
background-color css
<style>
a { background-color: #CDFBC5; }
a { background-color: rgb(205,251,197); }
div.DivClassName
{
background-color: #CDFBC5;
}
.BgClassName
{
background-color: #CDFBC5;
}
</style>
border-color css
<style>
span { border-color: #CDFBC5; }
span { border-color: rgb(205,251,197); }
td.TdClassName
{
border-color: #CDFBC5;
}
.TagClassName
{
border-color: #CDFBC5;
}
</style>