#CCF2CD

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

Shades of Granny Apple #CCF2CD

Tints of Granny Apple #CCF2CD

Color information

#CCF2CD (or 0xCCF2CD) is unknown color: approx Granny Apple. HEX triplet: CC, F2 and CD. RGB value is (204,242,205). Sum of RGB (Red+Green+Blue) = 204+242+205=651 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.34% from 651); Green value is 242 (94.92% from 255 or 37.17% from 651); Blue value is 205 (80.47% from 255 or 31.49% from 651); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF2CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF2CD is #330D32. Grayscale: #E2E2E2. Windows color (decimal): -3345715 or 13497036. OLE color: 13497036.

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

Color convert

RGB204242205-
CMYK0.1600.150.05
HSL121.58º59.38%87.45%-
HSV(B)121.58º15.7%94.9%-
XYZ67.6780.7569.78-
YUV226.42115.91112.01-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.34%
GREEN value IS 242 (94.92% from 255) = 37.17%
BLUE value IS 205 (80.47% from 255) = 31.49%
R=31.34%
G=37.17%
B=31.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042422050.1600.150.05121.5859.3887.45
HexCCF2CD100F57a3b57
Octal31436231520017517273127
Binary110011001111001011001101100000111110111110101110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF2CD; }

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

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

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

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

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

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

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

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