Shades of Granny Apple #CDF4D6
Tints of Granny Apple #CDF4D6
RGB
CMYK
RGB Variations
Color information
#CDF4D6 (or 0xCDF4D6) is known color: Granny Apple. HEX triplet: CD, F4 and D6. RGB value is (205,244,214). Sum of RGB (Red+Green+Blue) = 205+244+214=663 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.92% from 663); Green value is 244 (95.70% from 255 or 36.80% from 663); Blue value is 214 (83.98% from 255 or 32.28% from 663); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF4D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF4D6 is #320B29. Grayscale: #E4E4E4. Windows color (decimal): -3279658 or 14087373. OLE color: 14087373.
HSL color Cylindrical-coordinate representation of color #CDF4D6: hue angle of 133.85º degrees, saturation: 0.64, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDF4D6 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
RGB | 205 | 244 | 214 | - |
CMYK | 0.16 | 0 | 0.12 | 0.04 |
HSL | 133.85º | 0.64% | 0.88% | - |
HSV(B) | 133.85º | 0.16% | 0.96% | - |
XYZ | 69.67 | 82.54 | 75.88 | - |
YUV | 228.92 | 119.58 | 110.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 244 | 214 | 0.16 | 0 | 0.12 | 0.04 | 133.85 | 0.64 | 0.88 |
Hex | CD | F4 | D6 | 10 | 0 | C | 4 | 86 | 40 | 58 |
Octal | 315 | 364 | 326 | 20 | 0 | 14 | 4 | 206 | 100 | 130 |
Binary | 11001101 | 11110100 | 11010110 | 10000 | 0 | 1100 | 100 | 10000110 | 1000000 | 1011000 |
Color Harmonies of #CDF4D6
Complementary color
Monochromatic Colors of #CDF4D6
Black with #CDF4D6
Text Example
Text Example
White with #CDF4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF4D6; }
p { color: rgb(205,244,214); }
H1.HeaderClassName
{
color: #CDF4D6;
}
.AnyTagClassName
{
color: #CDF4D6;
}
</style>
background-color css
<style>
a { background-color: #CDF4D6; }
a { background-color: rgb(205,244,214); }
div.DivClassName
{
background-color: #CDF4D6;
}
.BgClassName
{
background-color: #CDF4D6;
}
</style>
border-color css
<style>
span { border-color: #CDF4D6; }
span { border-color: rgb(205,244,214); }
td.TdClassName
{
border-color: #CDF4D6;
}
.TagClassName
{
border-color: #CDF4D6;
}
</style>