Shades of Granny Apple #CDF3D7
Tints of Granny Apple #CDF3D7
RGB
CMYK
RGB Variations
Color information
#CDF3D7 (or 0xCDF3D7) is known color: Granny Apple. HEX triplet: CD, F3 and D7. RGB value is (205,243,215). Sum of RGB (Red+Green+Blue) = 205+243+215=663 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.92% from 663); Green value is 243 (95.31% from 255 or 36.65% from 663); Blue value is 215 (84.38% from 255 or 32.43% from 663); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF3D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF3D7 is #320C28. Grayscale: #E4E4E4. Windows color (decimal): -3279913 or 14152653. OLE color: 14152653.
HSL color Cylindrical-coordinate representation of color #CDF3D7: hue angle of 135.79º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDF3D7 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
RGB | 205 | 243 | 215 | - |
CMYK | 0.16 | 0 | 0.12 | 0.05 |
HSL | 135.79º | 0.61% | 0.88% | - |
HSV(B) | 135.79º | 0.16% | 0.95% | - |
XYZ | 69.49 | 81.99 | 76.45 | - |
YUV | 228.45 | 120.41 | 111.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 243 | 215 | 0.16 | 0 | 0.12 | 0.05 | 135.79 | 0.61 | 0.88 |
Hex | CD | F3 | D7 | 10 | 0 | C | 5 | 88 | 3D | 58 |
Octal | 315 | 363 | 327 | 20 | 0 | 14 | 5 | 210 | 75 | 130 |
Binary | 11001101 | 11110011 | 11010111 | 10000 | 0 | 1100 | 101 | 10001000 | 111101 | 1011000 |
Color Harmonies of #CDF3D7
Complementary color
Monochromatic Colors of #CDF3D7
Black with #CDF3D7
Text Example
Text Example
White with #CDF3D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF3D7; }
p { color: rgb(205,243,215); }
H1.HeaderClassName
{
color: #CDF3D7;
}
.AnyTagClassName
{
color: #CDF3D7;
}
</style>
background-color css
<style>
a { background-color: #CDF3D7; }
a { background-color: rgb(205,243,215); }
div.DivClassName
{
background-color: #CDF3D7;
}
.BgClassName
{
background-color: #CDF3D7;
}
</style>
border-color css
<style>
span { border-color: #CDF3D7; }
span { border-color: rgb(205,243,215); }
td.TdClassName
{
border-color: #CDF3D7;
}
.TagClassName
{
border-color: #CDF3D7;
}
</style>