Shades of Snowy Mint #CDFAC7
Tints of Snowy Mint #CDFAC7
RGB
CMYK
RGB Variations
Color information
#CDFAC7 (or 0xCDFAC7) is known color: Snowy Mint. HEX triplet: CD, FA and C7. RGB value is (205,250,199). Sum of RGB (Red+Green+Blue) = 205+250+199=654 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.35% from 654); Green value is 250 (98.05% from 255 or 38.23% from 654); Blue value is 199 (78.12% from 255 or 30.43% from 654); Max value from RGB is 250 - color contains mainly: green. Hex color #CDFAC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFAC7 is #320538. Grayscale: #E6E6E6. Windows color (decimal): -3278137 or 13105869. OLE color: 13105869.
HSL color Cylindrical-coordinate representation of color #CDFAC7: hue angle of 112.94º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDFAC7 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
RGB | 205 | 250 | 199 | - |
CMYK | 0.18 | 0 | 0.20 | 0.02 |
HSL | 112.94º | 0.84% | 0.88% | - |
HSV(B) | 112.94º | 0.2% | 0.98% | - |
XYZ | 69.67 | 85.47 | 66.86 | - |
YUV | 230.73 | 110.09 | 109.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 250 | 199 | 0.18 | 0 | 0.20 | 0.02 | 112.94 | 0.84 | 0.88 |
Hex | CD | FA | C7 | 12 | 0 | 14 | 2 | 71 | 54 | 58 |
Octal | 315 | 372 | 307 | 22 | 0 | 24 | 2 | 161 | 124 | 130 |
Binary | 11001101 | 11111010 | 11000111 | 10010 | 0 | 10100 | 10 | 1110001 | 1010100 | 1011000 |
Color Harmonies of #CDFAC7
Complementary color
Monochromatic Colors of #CDFAC7
Black with #CDFAC7
Text Example
Text Example
White with #CDFAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFAC7; }
p { color: rgb(205,250,199); }
H1.HeaderClassName
{
color: #CDFAC7;
}
.AnyTagClassName
{
color: #CDFAC7;
}
</style>
background-color css
<style>
a { background-color: #CDFAC7; }
a { background-color: rgb(205,250,199); }
div.DivClassName
{
background-color: #CDFAC7;
}
.BgClassName
{
background-color: #CDFAC7;
}
</style>
border-color css
<style>
span { border-color: #CDFAC7; }
span { border-color: rgb(205,250,199); }
td.TdClassName
{
border-color: #CDFAC7;
}
.TagClassName
{
border-color: #CDFAC7;
}
</style>