Shades of Granny Apple #CDF2CE
Tints of Granny Apple #CDF2CE
RGB
CMYK
RGB Variations
Color information
#CDF2CE (or 0xCDF2CE) is known color: Granny Apple. HEX triplet: CD, F2 and CE. RGB value is (205,242,206). Sum of RGB (Red+Green+Blue) = 205+242+206=653 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.39% from 653); Green value is 242 (94.92% from 255 or 37.06% from 653); Blue value is 206 (80.86% from 255 or 31.55% from 653); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF2CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF2CE is #320D31. Grayscale: #E2E2E2. Windows color (decimal): -3280178 or 13562573. OLE color: 13562573.
HSL color Cylindrical-coordinate representation of color #CDF2CE: hue angle of 121.62º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDF2CE is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
RGB | 205 | 242 | 206 | - |
CMYK | 0.15 | 0 | 0.15 | 0.05 |
HSL | 121.62º | 0.59% | 0.88% | - |
HSV(B) | 121.62º | 0.15% | 0.95% | - |
XYZ | 68.07 | 80.94 | 70.43 | - |
YUV | 226.83 | 116.24 | 112.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 242 | 206 | 0.15 | 0 | 0.15 | 0.05 | 121.62 | 0.59 | 0.88 |
Hex | CD | F2 | CE | F | 0 | F | 5 | 7A | 3B | 58 |
Octal | 315 | 362 | 316 | 17 | 0 | 17 | 5 | 172 | 73 | 130 |
Binary | 11001101 | 11110010 | 11001110 | 1111 | 0 | 1111 | 101 | 1111010 | 111011 | 1011000 |
Color Harmonies of #CDF2CE
Complementary color
Monochromatic Colors of #CDF2CE
Black with #CDF2CE
Text Example
Text Example
White with #CDF2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF2CE; }
p { color: rgb(205,242,206); }
H1.HeaderClassName
{
color: #CDF2CE;
}
.AnyTagClassName
{
color: #CDF2CE;
}
</style>
background-color css
<style>
a { background-color: #CDF2CE; }
a { background-color: rgb(205,242,206); }
div.DivClassName
{
background-color: #CDF2CE;
}
.BgClassName
{
background-color: #CDF2CE;
}
</style>
border-color css
<style>
span { border-color: #CDF2CE; }
span { border-color: rgb(205,242,206); }
td.TdClassName
{
border-color: #CDF2CE;
}
.TagClassName
{
border-color: #CDF2CE;
}
</style>