Shades of Granny Apple #CCFBD0
Tints of Granny Apple #CCFBD0
RGB
CMYK
RGB Variations
Color information
#CCFBD0 (or 0xCCFBD0) is known color: Granny Apple. HEX triplet: CC, FB and D0. RGB value is (204,251,208). Sum of RGB (Red+Green+Blue) = 204+251+208=663 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.77% from 663); Green value is 251 (98.44% from 255 or 37.86% from 663); Blue value is 208 (81.64% from 255 or 31.37% from 663); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFBD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFBD0 is #33042F. Grayscale: #E8E8E8. Windows color (decimal): -3343408 or 13695948. OLE color: 13695948.
HSL color Cylindrical-coordinate representation of color #CCFBD0: hue angle of 125.11º 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 #CCFBD0 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
RGB | 204 | 251 | 208 | - |
CMYK | 0.19 | 0 | 0.17 | 0.02 |
HSL | 125.11º | 0.85% | 0.89% | - |
HSV(B) | 125.11º | 0.19% | 0.98% | - |
XYZ | 70.78 | 86.39 | 72.62 | - |
YUV | 232.05 | 114.43 | 108 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 251 | 208 | 0.19 | 0 | 0.17 | 0.02 | 125.11 | 0.85 | 0.89 |
Hex | CC | FB | D0 | 13 | 0 | 11 | 2 | 7D | 55 | 59 |
Octal | 314 | 373 | 320 | 23 | 0 | 21 | 2 | 175 | 125 | 131 |
Binary | 11001100 | 11111011 | 11010000 | 10011 | 0 | 10001 | 10 | 1111101 | 1010101 | 1011001 |
Color Harmonies of #CCFBD0
Complementary color
Monochromatic Colors of #CCFBD0
Black with #CCFBD0
Text Example
Text Example
White with #CCFBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFBD0; }
p { color: rgb(204,251,208); }
H1.HeaderClassName
{
color: #CCFBD0;
}
.AnyTagClassName
{
color: #CCFBD0;
}
</style>
background-color css
<style>
a { background-color: #CCFBD0; }
a { background-color: rgb(204,251,208); }
div.DivClassName
{
background-color: #CCFBD0;
}
.BgClassName
{
background-color: #CCFBD0;
}
</style>
border-color css
<style>
span { border-color: #CCFBD0; }
span { border-color: rgb(204,251,208); }
td.TdClassName
{
border-color: #CCFBD0;
}
.TagClassName
{
border-color: #CCFBD0;
}
</style>