#CCF2D2

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

Shades of Granny Apple #CCF2D2

Tints of Granny Apple #CCF2D2

Color information

#CCF2D2 (or 0xCCF2D2) is unknown color: approx Granny Apple. HEX triplet: CC, F2 and D2. RGB value is (204,242,210). Sum of RGB (Red+Green+Blue) = 204+242+210=656 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.10% from 656); Green value is 242 (94.92% from 255 or 36.89% from 656); Blue value is 210 (82.42% from 255 or 32.01% from 656); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF2D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF2D2 is #330D2D. Grayscale: #E3E3E3. Windows color (decimal): -3345710 or 13824716. OLE color: 13824716.

HSL color Cylindrical-coordinate representation of color #CCF2D2: hue angle of 129.47º 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 #CCF2D2 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB204242210-
CMYK0.1600.130.05
HSL129.47º59.38%87.45%-
HSV(B)129.47º15.7%94.9%-
XYZ68.2980.9973.01-
YUV226.99118.41111.6-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.10%
GREEN value IS 242 (94.92% from 255) = 36.89%
BLUE value IS 210 (82.42% from 255) = 32.01%
R=31.10%
G=36.89%
B=32.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042422100.1600.130.05129.4759.3887.45
HexCCF2D2100D5813b57
Octal31436232220015520173127
Binary1100110011110010110100101000001101101100000011110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF2D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF2D2; }

 p { color: rgb(204,242,210); }

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

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

 a { background-color: rgb(204,242,210); }

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

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

 span { border-color: rgb(204,242,210); }

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