#CCF2D1

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

Shades of Granny Apple #CCF2D1

Tints of Granny Apple #CCF2D1

Color information

#CCF2D1 (or 0xCCF2D1) is unknown color: approx Granny Apple. HEX triplet: CC, F2 and D1. RGB value is (204,242,209). Sum of RGB (Red+Green+Blue) = 204+242+209=655 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.15% from 655); Green value is 242 (94.92% from 255 or 36.95% from 655); Blue value is 209 (82.03% from 255 or 31.91% from 655); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF2D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF2D1 is #330D2E. Grayscale: #E2E2E2. Windows color (decimal): -3345711 or 13759180. OLE color: 13759180.

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

Color convert

RGB204242209-
CMYK0.1600.140.05
HSL127.89º59.38%87.45%-
HSV(B)127.89º15.7%94.9%-
XYZ68.1680.9572.35-
YUV226.88117.91111.68-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.15%
GREEN value IS 242 (94.92% from 255) = 36.95%
BLUE value IS 209 (82.03% from 255) = 31.91%
R=31.15%
G=36.95%
B=31.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042422090.1600.140.05127.8959.3887.45
HexCCF2D1100E5803b57
Octal31436232120016520073127
Binary1100110011110010110100011000001110101100000001110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF2D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF2D1; }

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

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

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

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

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

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

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

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