Shades of Granny Apple #CDFDD3
Tints of Granny Apple #CDFDD3
RGB
CMYK
RGB Variations
Color information
#CDFDD3 (or 0xCDFDD3) is known color: Granny Apple. HEX triplet: CD, FD and D3. RGB value is (205,253,211). Sum of RGB (Red+Green+Blue) = 205+253+211=669 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.64% from 669); Green value is 253 (99.22% from 255 or 37.82% from 669); Blue value is 211 (82.81% from 255 or 31.54% from 669); Max value from RGB is 253 - color contains mainly: green. Hex color #CDFDD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFDD3 is #32022C. Grayscale: #E9E9E9. Windows color (decimal): -3277357 or 13893069. OLE color: 13893069.
HSL color Cylindrical-coordinate representation of color #CDFDD3: hue angle of 127.5º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDFDD3 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
RGB | 205 | 253 | 211 | - |
CMYK | 0.19 | 0 | 0.17 | 0.01 |
HSL | 127.5º | 0.92% | 0.9% | - |
HSV(B) | 127.5º | 0.19% | 0.99% | - |
XYZ | 72.06 | 87.93 | 74.8 | - |
YUV | 233.86 | 115.1 | 107.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 253 | 211 | 0.19 | 0 | 0.17 | 0.01 | 127.5 | 0.92 | 0.9 |
Hex | CD | FD | D3 | 13 | 0 | 11 | 1 | 80 | 5C | 5A |
Octal | 315 | 375 | 323 | 23 | 0 | 21 | 1 | 200 | 134 | 132 |
Binary | 11001101 | 11111101 | 11010011 | 10011 | 0 | 10001 | 1 | 10000000 | 1011100 | 1011010 |
Color Harmonies of #CDFDD3
Complementary color
Monochromatic Colors of #CDFDD3
Black with #CDFDD3
Text Example
Text Example
White with #CDFDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFDD3; }
p { color: rgb(205,253,211); }
H1.HeaderClassName
{
color: #CDFDD3;
}
.AnyTagClassName
{
color: #CDFDD3;
}
</style>
background-color css
<style>
a { background-color: #CDFDD3; }
a { background-color: rgb(205,253,211); }
div.DivClassName
{
background-color: #CDFDD3;
}
.BgClassName
{
background-color: #CDFDD3;
}
</style>
border-color css
<style>
span { border-color: #CDFDD3; }
span { border-color: rgb(205,253,211); }
td.TdClassName
{
border-color: #CDFDD3;
}
.TagClassName
{
border-color: #CDFDD3;
}
</style>