Shades of Snowy Mint #CDFAC8
Tints of Snowy Mint #CDFAC8
RGB
CMYK
RGB Variations
Color information
#CDFAC8 (or 0xCDFAC8) is known color: Snowy Mint. HEX triplet: CD, FA and C8. RGB value is (205,250,200). Sum of RGB (Red+Green+Blue) = 205+250+200=655 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.30% from 655); Green value is 250 (98.05% from 255 or 38.17% from 655); Blue value is 200 (78.52% from 255 or 30.53% from 655); Max value from RGB is 250 - color contains mainly: green. Hex color #CDFAC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFAC8 is #320537. Grayscale: #E7E7E7. Windows color (decimal): -3278136 or 13171405. OLE color: 13171405.
HSL color Cylindrical-coordinate representation of color #CDFAC8: hue angle of 114º degrees, saturation: 0.83, 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 #CDFAC8 is Cyan = 0.18, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
RGB | 205 | 250 | 200 | - |
CMYK | 0.18 | 0 | 0.2 | 0.02 |
HSL | 114º | 0.83% | 0.88% | - |
HSV(B) | 114º | 0.2% | 0.98% | - |
XYZ | 69.79 | 85.52 | 67.47 | - |
YUV | 230.85 | 110.59 | 109.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 250 | 200 | 0.18 | 0 | 0.2 | 0.02 | 114 | 0.83 | 0.88 |
Hex | CD | FA | C8 | 12 | 0 | 14 | 2 | 72 | 53 | 58 |
Octal | 315 | 372 | 310 | 22 | 0 | 24 | 2 | 162 | 123 | 130 |
Binary | 11001101 | 11111010 | 11001000 | 10010 | 0 | 10100 | 10 | 1110010 | 1010011 | 1011000 |
Color Harmonies of #CDFAC8
Complementary color
Monochromatic Colors of #CDFAC8
Black with #CDFAC8
Text Example
Text Example
White with #CDFAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFAC8; }
p { color: rgb(205,250,200); }
H1.HeaderClassName
{
color: #CDFAC8;
}
.AnyTagClassName
{
color: #CDFAC8;
}
</style>
background-color css
<style>
a { background-color: #CDFAC8; }
a { background-color: rgb(205,250,200); }
div.DivClassName
{
background-color: #CDFAC8;
}
.BgClassName
{
background-color: #CDFAC8;
}
</style>
border-color css
<style>
span { border-color: #CDFAC8; }
span { border-color: rgb(205,250,200); }
td.TdClassName
{
border-color: #CDFAC8;
}
.TagClassName
{
border-color: #CDFAC8;
}
</style>