Shades of Granny Apple #CCFDD4
Tints of Granny Apple #CCFDD4
RGB
CMYK
RGB Variations
Color information
#CCFDD4 (or 0xCCFDD4) is known color: Granny Apple. HEX triplet: CC, FD and D4. RGB value is (204,253,212). Sum of RGB (Red+Green+Blue) = 204+253+212=669 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.49% from 669); Green value is 253 (99.22% from 255 or 37.82% from 669); Blue value is 212 (83.20% from 255 or 31.69% from 669); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFDD4 is #33022B. Grayscale: #E9E9E9. Windows color (decimal): -3342892 or 13958604. OLE color: 13958604.
HSL color Cylindrical-coordinate representation of color #CCFDD4: hue angle of 129.8º 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 #CCFDD4 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
RGB | 204 | 253 | 212 | - |
CMYK | 0.19 | 0 | 0.16 | 0.01 |
HSL | 129.8º | 0.92% | 0.9% | - |
HSV(B) | 129.8º | 0.19% | 0.99% | - |
XYZ | 71.91 | 87.84 | 75.45 | - |
YUV | 233.68 | 115.77 | 106.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 253 | 212 | 0.19 | 0 | 0.16 | 0.01 | 129.8 | 0.92 | 0.9 |
Hex | CC | FD | D4 | 13 | 0 | 10 | 1 | 82 | 5C | 5A |
Octal | 314 | 375 | 324 | 23 | 0 | 20 | 1 | 202 | 134 | 132 |
Binary | 11001100 | 11111101 | 11010100 | 10011 | 0 | 10000 | 1 | 10000010 | 1011100 | 1011010 |
Color Harmonies of #CCFDD4
Complementary color
Monochromatic Colors of #CCFDD4
Black with #CCFDD4
Text Example
Text Example
White with #CCFDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFDD4; }
p { color: rgb(204,253,212); }
H1.HeaderClassName
{
color: #CCFDD4;
}
.AnyTagClassName
{
color: #CCFDD4;
}
</style>
background-color css
<style>
a { background-color: #CCFDD4; }
a { background-color: rgb(204,253,212); }
div.DivClassName
{
background-color: #CCFDD4;
}
.BgClassName
{
background-color: #CCFDD4;
}
</style>
border-color css
<style>
span { border-color: #CCFDD4; }
span { border-color: rgb(204,253,212); }
td.TdClassName
{
border-color: #CCFDD4;
}
.TagClassName
{
border-color: #CCFDD4;
}
</style>