Shades of Snowy Mint #CDEFC5
Tints of Snowy Mint #CDEFC5
RGB
CMYK
RGB Variations
Color information
#CDEFC5 (or 0xCDEFC5) is known color: Snowy Mint. HEX triplet: CD, EF and C5. RGB value is (205,239,197). Sum of RGB (Red+Green+Blue) = 205+239+197=641 (84% of max value = 765). Red value is 205 (80.47% from 255 or 31.98% from 641); Green value is 239 (93.75% from 255 or 37.29% from 641); Blue value is 197 (77.34% from 255 or 30.73% from 641); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEFC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEFC5 is #32103A. Grayscale: #E0E0E0. Windows color (decimal): -3280955 or 12971981. OLE color: 12971981.
HSL color Cylindrical-coordinate representation of color #CDEFC5: hue angle of 108.57º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDEFC5 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 197 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.06 |
| HSL | 108.57º | 0.57% | 0.85% | - |
| HSV(B) | 108.57º | 0.18% | 0.94% | - |
| XYZ | 66.12 | 78.74 | 64.54 | - |
| YUV | 224.05 | 112.74 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 197 | 0.14 | 0 | 0.18 | 0.06 | 108.57 | 0.57 | 0.85 |
| Hex | CD | EF | C5 | E | 0 | 12 | 6 | 6D | 39 | 55 |
| Octal | 315 | 357 | 305 | 16 | 0 | 22 | 6 | 155 | 71 | 125 |
| Binary | 11001101 | 11101111 | 11000101 | 1110 | 0 | 10010 | 110 | 1101101 | 111001 | 1010101 |
Color Harmonies of #CDEFC5
Complementary color
Monochromatic Colors of #CDEFC5
Black with #CDEFC5
Text Example
Text Example
White with #CDEFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEFC5; }
p { color: rgb(205,239,197); }
H1.HeaderClassName
{
color: #CDEFC5;
}
.AnyTagClassName
{
color: #CDEFC5;
}
</style>
background-color css
<style>
a { background-color: #CDEFC5; }
a { background-color: rgb(205,239,197); }
div.DivClassName
{
background-color: #CDEFC5;
}
.BgClassName
{
background-color: #CDEFC5;
}
</style>
border-color css
<style>
span { border-color: #CDEFC5; }
span { border-color: rgb(205,239,197); }
td.TdClassName
{
border-color: #CDEFC5;
}
.TagClassName
{
border-color: #CDEFC5;
}
</style>