Shades of Snowy Mint #CDFDC8
Tints of Snowy Mint #CDFDC8
RGB
CMYK
RGB Variations
Color information
#CDFDC8 (or 0xCDFDC8) is known color: Snowy Mint. HEX triplet: CD, FD and C8. RGB value is (205,253,200). Sum of RGB (Red+Green+Blue) = 205+253+200=658 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.16% from 658); Green value is 253 (99.22% from 255 or 38.45% from 658); Blue value is 200 (78.52% from 255 or 30.40% from 658); Max value from RGB is 253 - color contains mainly: green. Hex color #CDFDC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFDC8 is #320237. Grayscale: #E8E8E8. Windows color (decimal): -3277368 or 13172173. OLE color: 13172173.
HSL color Cylindrical-coordinate representation of color #CDFDC8: hue angle of 114.34º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDFDC8 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
RGB | 205 | 253 | 200 | - |
CMYK | 0.19 | 0 | 0.21 | 0.01 |
HSL | 114.34º | 0.93% | 0.89% | - |
HSV(B) | 114.34º | 0.21% | 0.99% | - |
XYZ | 70.73 | 87.4 | 67.79 | - |
YUV | 232.61 | 109.6 | 108.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 253 | 200 | 0.19 | 0 | 0.21 | 0.01 | 114.34 | 0.93 | 0.89 |
Hex | CD | FD | C8 | 13 | 0 | 15 | 1 | 72 | 5D | 59 |
Octal | 315 | 375 | 310 | 23 | 0 | 25 | 1 | 162 | 135 | 131 |
Binary | 11001101 | 11111101 | 11001000 | 10011 | 0 | 10101 | 1 | 1110010 | 1011101 | 1011001 |
Color Harmonies of #CDFDC8
Complementary color
Monochromatic Colors of #CDFDC8
Black with #CDFDC8
Text Example
Text Example
White with #CDFDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFDC8; }
p { color: rgb(205,253,200); }
H1.HeaderClassName
{
color: #CDFDC8;
}
.AnyTagClassName
{
color: #CDFDC8;
}
</style>
background-color css
<style>
a { background-color: #CDFDC8; }
a { background-color: rgb(205,253,200); }
div.DivClassName
{
background-color: #CDFDC8;
}
.BgClassName
{
background-color: #CDFDC8;
}
</style>
border-color css
<style>
span { border-color: #CDFDC8; }
span { border-color: rgb(205,253,200); }
td.TdClassName
{
border-color: #CDFDC8;
}
.TagClassName
{
border-color: #CDFDC8;
}
</style>