#CCF7D4

Color #CCF7D4 Granny Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Apple #CCF7D4

Tints of Granny Apple #CCF7D4

Color information

#CCF7D4 (or 0xCCF7D4) is unknown color: approx Granny Apple. HEX triplet: CC, F7 and D4. RGB value is (204,247,212). Sum of RGB (Red+Green+Blue) = 204+247+212=663 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.77% from 663); Green value is 247 (96.88% from 255 or 37.25% from 663); Blue value is 212 (83.20% from 255 or 31.98% from 663); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF7D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF7D4 is #33082B. Grayscale: #E6E6E6. Windows color (decimal): -3344428 or 13957068. OLE color: 13957068.

HSL color Cylindrical-coordinate representation of color #CCF7D4: hue angle of 131.16º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCF7D4 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.

Color convert

RGB204247212-
CMYK0.1700.140.03
HSL131.16º72.88%88.43%-
HSV(B)131.16º17.41%96.86%-
XYZ70.0584.1174.83-
YUV230.15117.75109.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 30.77%
GREEN value IS 247 (96.88% from 255) = 37.25%
BLUE value IS 212 (83.20% from 255) = 31.98%
R=30.77%
G=37.25%
B=31.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2042472120.1700.140.03131.1672.8888.43
HexCCF7D4110E3834958
Octal314367324210163203111130
Binary1100110011110111110101001000101110111000001110010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF7D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF7D4; }

 p { color: rgb(204,247,212); }

 H1.HeaderClassName
 {
   color: #CCF7D4;
 }
 .AnyTagClassName
 {
   color: #CCF7D4;
 }
</style>
background-color css

<style>
 a { background-color: #CCF7D4; }

 a { background-color: rgb(204,247,212); }

 div.DivClassName
 {
   background-color: #CCF7D4;
 }
 .BgClassName
 {
   background-color: #CCF7D4;
 }
</style>
border-color css

<style>
 span { border-color: #CCF7D4; }

 span { border-color: rgb(204,247,212); }

 td.TdClassName
 {
   border-color: #CCF7D4;
 }
 .TagClassName
 {
   border-color: #CCF7D4;
 }
</style>