Shades of Snowy Mint #CDFAC6
Tints of Snowy Mint #CDFAC6
RGB
CMYK
RGB Variations
Color information
#CDFAC6 (or 0xCDFAC6) is known color: Snowy Mint. HEX triplet: CD, FA and C6. RGB value is (205,250,198). Sum of RGB (Red+Green+Blue) = 205+250+198=653 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.39% from 653); Green value is 250 (98.05% from 255 or 38.28% from 653); Blue value is 198 (77.73% from 255 or 30.32% from 653); Max value from RGB is 250 - color contains mainly: green. Hex color #CDFAC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFAC6 is #320539. Grayscale: #E6E6E6. Windows color (decimal): -3278138 or 13040333. OLE color: 13040333.
HSL color Cylindrical-coordinate representation of color #CDFAC6: hue angle of 111.92º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDFAC6 is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
RGB | 205 | 250 | 198 | - |
CMYK | 0.18 | 0 | 0.21 | 0.02 |
HSL | 111.92º | 0.84% | 0.88% | - |
HSV(B) | 111.92º | 0.21% | 0.98% | - |
XYZ | 69.56 | 85.43 | 66.25 | - |
YUV | 230.62 | 109.59 | 109.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 250 | 198 | 0.18 | 0 | 0.21 | 0.02 | 111.92 | 0.84 | 0.88 |
Hex | CD | FA | C6 | 12 | 0 | 15 | 2 | 70 | 54 | 58 |
Octal | 315 | 372 | 306 | 22 | 0 | 25 | 2 | 160 | 124 | 130 |
Binary | 11001101 | 11111010 | 11000110 | 10010 | 0 | 10101 | 10 | 1110000 | 1010100 | 1011000 |
Color Harmonies of #CDFAC6
Complementary color
Monochromatic Colors of #CDFAC6
Black with #CDFAC6
Text Example
Text Example
White with #CDFAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFAC6; }
p { color: rgb(205,250,198); }
H1.HeaderClassName
{
color: #CDFAC6;
}
.AnyTagClassName
{
color: #CDFAC6;
}
</style>
background-color css
<style>
a { background-color: #CDFAC6; }
a { background-color: rgb(205,250,198); }
div.DivClassName
{
background-color: #CDFAC6;
}
.BgClassName
{
background-color: #CDFAC6;
}
</style>
border-color css
<style>
span { border-color: #CDFAC6; }
span { border-color: rgb(205,250,198); }
td.TdClassName
{
border-color: #CDFAC6;
}
.TagClassName
{
border-color: #CDFAC6;
}
</style>