Shades of Granny Apple #CCF2D3
Tints of Granny Apple #CCF2D3
RGB
CMYK
RGB Variations
Color information
#CCF2D3 (or 0xCCF2D3) is known color: Granny Apple. HEX triplet: CC, F2 and D3. RGB value is (204,242,211). Sum of RGB (Red+Green+Blue) = 204+242+211=657 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.05% from 657); Green value is 242 (94.92% from 255 or 36.83% from 657); Blue value is 211 (82.81% from 255 or 32.12% from 657); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF2D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF2D3 is #330D2C. Grayscale: #E3E3E3. Windows color (decimal): -3345709 or 13890252. OLE color: 13890252.
HSL color Cylindrical-coordinate representation of color #CCF2D3: hue angle of 131.05º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCF2D3 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
RGB | 204 | 242 | 211 | - |
CMYK | 0.16 | 0 | 0.13 | 0.05 |
HSL | 131.05º | 0.59% | 0.87% | - |
HSV(B) | 131.05º | 0.16% | 0.95% | - |
XYZ | 68.41 | 81.04 | 73.67 | - |
YUV | 227.1 | 118.91 | 111.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 242 | 211 | 0.16 | 0 | 0.13 | 0.05 | 131.05 | 0.59 | 0.87 |
Hex | CC | F2 | D3 | 10 | 0 | D | 5 | 83 | 3B | 57 |
Octal | 314 | 362 | 323 | 20 | 0 | 15 | 5 | 203 | 73 | 127 |
Binary | 11001100 | 11110010 | 11010011 | 10000 | 0 | 1101 | 101 | 10000011 | 111011 | 1010111 |
Color Harmonies of #CCF2D3
Complementary color
Monochromatic Colors of #CCF2D3
Black with #CCF2D3
Text Example
Text Example
White with #CCF2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF2D3; }
p { color: rgb(204,242,211); }
H1.HeaderClassName
{
color: #CCF2D3;
}
.AnyTagClassName
{
color: #CCF2D3;
}
</style>
background-color css
<style>
a { background-color: #CCF2D3; }
a { background-color: rgb(204,242,211); }
div.DivClassName
{
background-color: #CCF2D3;
}
.BgClassName
{
background-color: #CCF2D3;
}
</style>
border-color css
<style>
span { border-color: #CCF2D3; }
span { border-color: rgb(204,242,211); }
td.TdClassName
{
border-color: #CCF2D3;
}
.TagClassName
{
border-color: #CCF2D3;
}
</style>