Shades of Granny Apple #CDF3D3
Tints of Granny Apple #CDF3D3
RGB
CMYK
RGB Variations
Color information
#CDF3D3 (or 0xCDF3D3) is known color: Granny Apple. HEX triplet: CD, F3 and D3. RGB value is (205,243,211). Sum of RGB (Red+Green+Blue) = 205+243+211=659 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.11% from 659); Green value is 243 (95.31% from 255 or 36.87% from 659); Blue value is 211 (82.81% from 255 or 32.02% from 659); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF3D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF3D3 is #320C2C. Grayscale: #E4E4E4. Windows color (decimal): -3279917 or 13890509. OLE color: 13890509.
HSL color Cylindrical-coordinate representation of color #CDF3D3: hue angle of 129.47º 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 #CDF3D3 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
RGB | 205 | 243 | 211 | - |
CMYK | 0.16 | 0 | 0.13 | 0.05 |
HSL | 129.47º | 0.61% | 0.88% | - |
HSV(B) | 129.47º | 0.16% | 0.95% | - |
XYZ | 68.99 | 81.78 | 73.78 | - |
YUV | 227.99 | 118.41 | 111.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 243 | 211 | 0.16 | 0 | 0.13 | 0.05 | 129.47 | 0.61 | 0.88 |
Hex | CD | F3 | D3 | 10 | 0 | D | 5 | 81 | 3D | 58 |
Octal | 315 | 363 | 323 | 20 | 0 | 15 | 5 | 201 | 75 | 130 |
Binary | 11001101 | 11110011 | 11010011 | 10000 | 0 | 1101 | 101 | 10000001 | 111101 | 1011000 |
Color Harmonies of #CDF3D3
Complementary color
Monochromatic Colors of #CDF3D3
Black with #CDF3D3
Text Example
Text Example
White with #CDF3D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF3D3; }
p { color: rgb(205,243,211); }
H1.HeaderClassName
{
color: #CDF3D3;
}
.AnyTagClassName
{
color: #CDF3D3;
}
</style>
background-color css
<style>
a { background-color: #CDF3D3; }
a { background-color: rgb(205,243,211); }
div.DivClassName
{
background-color: #CDF3D3;
}
.BgClassName
{
background-color: #CDF3D3;
}
</style>
border-color css
<style>
span { border-color: #CDF3D3; }
span { border-color: rgb(205,243,211); }
td.TdClassName
{
border-color: #CDF3D3;
}
.TagClassName
{
border-color: #CDF3D3;
}
</style>