Shades of Granny Apple #CCFBD6
Tints of Granny Apple #CCFBD6
RGB
CMYK
RGB Variations
Color information
#CCFBD6 (or 0xCCFBD6) is known color: Granny Apple. HEX triplet: CC, FB and D6. RGB value is (204,251,214). Sum of RGB (Red+Green+Blue) = 204+251+214=669 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.49% from 669); Green value is 251 (98.44% from 255 or 37.52% from 669); Blue value is 214 (83.98% from 255 or 31.99% from 669); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFBD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFBD6 is #330429. Grayscale: #E8E8E8. Windows color (decimal): -3343402 or 14089164. OLE color: 14089164.
HSL color Cylindrical-coordinate representation of color #CCFBD6: hue angle of 132.77º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCFBD6 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
RGB | 204 | 251 | 214 | - |
CMYK | 0.19 | 0 | 0.15 | 0.02 |
HSL | 132.77º | 0.85% | 0.89% | - |
HSV(B) | 132.77º | 0.19% | 0.98% | - |
XYZ | 71.54 | 86.69 | 76.58 | - |
YUV | 232.73 | 117.43 | 107.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 251 | 214 | 0.19 | 0 | 0.15 | 0.02 | 132.77 | 0.85 | 0.89 |
Hex | CC | FB | D6 | 13 | 0 | F | 2 | 85 | 55 | 59 |
Octal | 314 | 373 | 326 | 23 | 0 | 17 | 2 | 205 | 125 | 131 |
Binary | 11001100 | 11111011 | 11010110 | 10011 | 0 | 1111 | 10 | 10000101 | 1010101 | 1011001 |
Color Harmonies of #CCFBD6
Complementary color
Monochromatic Colors of #CCFBD6
Black with #CCFBD6
Text Example
Text Example
White with #CCFBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFBD6; }
p { color: rgb(204,251,214); }
H1.HeaderClassName
{
color: #CCFBD6;
}
.AnyTagClassName
{
color: #CCFBD6;
}
</style>
background-color css
<style>
a { background-color: #CCFBD6; }
a { background-color: rgb(204,251,214); }
div.DivClassName
{
background-color: #CCFBD6;
}
.BgClassName
{
background-color: #CCFBD6;
}
</style>
border-color css
<style>
span { border-color: #CCFBD6; }
span { border-color: rgb(204,251,214); }
td.TdClassName
{
border-color: #CCFBD6;
}
.TagClassName
{
border-color: #CCFBD6;
}
</style>