#CCF4CD

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

Shades of Granny Apple #CCF4CD

Tints of Granny Apple #CCF4CD

Color information

#CCF4CD (or 0xCCF4CD) is unknown color: approx Granny Apple. HEX triplet: CC, F4 and CD. RGB value is (204,244,205). Sum of RGB (Red+Green+Blue) = 204+244+205=653 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.24% from 653); Green value is 244 (95.70% from 255 or 37.37% from 653); Blue value is 205 (80.47% from 255 or 31.39% from 653); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF4CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF4CD is #330B32. Grayscale: #E3E3E3. Windows color (decimal): -3345203 or 13497548. OLE color: 13497548.

HSL color Cylindrical-coordinate representation of color #CCF4CD: hue angle of 121.5º degrees, saturation: 0.65, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCF4CD is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB204244205-
CMYK0.1600.160.04
HSL121.5º64.52%87.84%-
HSV(B)121.5º16.39%95.69%-
XYZ68.2781.9569.98-
YUV227.59115.25111.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.24%
GREEN value IS 244 (95.70% from 255) = 37.37%
BLUE value IS 205 (80.47% from 255) = 31.39%
R=31.24%
G=37.37%
B=31.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2042442050.1600.160.04121.564.5287.84
HexCCF4CD100104794158
Octal314364315200204171101130
Binary11001100111101001100110110000010000100111100110000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF4CD; }

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

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

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

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

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

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

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

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