Shades of Snowy Mint #CDFAC5
Tints of Snowy Mint #CDFAC5
RGB
CMYK
RGB Variations
Color information
#CDFAC5 (or 0xCDFAC5) is known color: Snowy Mint. HEX triplet: CD, FA and C5. RGB value is (205,250,197). Sum of RGB (Red+Green+Blue) = 205+250+197=652 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.44% from 652); Green value is 250 (98.05% from 255 or 38.34% from 652); Blue value is 197 (77.34% from 255 or 30.21% from 652); Max value from RGB is 250 - color contains mainly: green. Hex color #CDFAC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFAC5 is #32053A. Grayscale: #E6E6E6. Windows color (decimal): -3278139 or 12974797. OLE color: 12974797.
HSL color Cylindrical-coordinate representation of color #CDFAC5: hue angle of 110.94º 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 #CDFAC5 is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
RGB | 205 | 250 | 197 | - |
CMYK | 0.18 | 0 | 0.21 | 0.02 |
HSL | 110.94º | 0.84% | 0.88% | - |
HSV(B) | 110.94º | 0.21% | 0.98% | - |
XYZ | 69.44 | 85.38 | 65.64 | - |
YUV | 230.5 | 109.09 | 109.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 250 | 197 | 0.18 | 0 | 0.21 | 0.02 | 110.94 | 0.84 | 0.88 |
Hex | CD | FA | C5 | 12 | 0 | 15 | 2 | 6F | 54 | 58 |
Octal | 315 | 372 | 305 | 22 | 0 | 25 | 2 | 157 | 124 | 130 |
Binary | 11001101 | 11111010 | 11000101 | 10010 | 0 | 10101 | 10 | 1101111 | 1010100 | 1011000 |
Color Harmonies of #CDFAC5
Complementary color
Monochromatic Colors of #CDFAC5
Black with #CDFAC5
Text Example
Text Example
White with #CDFAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFAC5; }
p { color: rgb(205,250,197); }
H1.HeaderClassName
{
color: #CDFAC5;
}
.AnyTagClassName
{
color: #CDFAC5;
}
</style>
background-color css
<style>
a { background-color: #CDFAC5; }
a { background-color: rgb(205,250,197); }
div.DivClassName
{
background-color: #CDFAC5;
}
.BgClassName
{
background-color: #CDFAC5;
}
</style>
border-color css
<style>
span { border-color: #CDFAC5; }
span { border-color: rgb(205,250,197); }
td.TdClassName
{
border-color: #CDFAC5;
}
.TagClassName
{
border-color: #CDFAC5;
}
</style>