#CCF7DA

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

Shades of Granny Apple #CCF7DA

Tints of Granny Apple #CCF7DA

Color information

#CCF7DA (or 0xCCF7DA) is unknown color: approx Granny Apple. HEX triplet: CC, F7 and DA. RGB value is (204,247,218). Sum of RGB (Red+Green+Blue) = 204+247+218=669 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.49% from 669); Green value is 247 (96.88% from 255 or 36.92% from 669); Blue value is 218 (85.55% from 255 or 32.59% from 669); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF7DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF7DA is #330825. Grayscale: #E6E6E6. Windows color (decimal): -3344422 or 14350284. OLE color: 14350284.

HSL color Cylindrical-coordinate representation of color #CCF7DA: hue angle of 139.53º 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 #CCF7DA is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB204247218-
CMYK0.1700.120.03
HSL139.53º72.88%88.43%-
HSV(B)139.53º17.41%96.86%-
XYZ70.8284.4278.89-
YUV230.84120.75108.86-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.49%
GREEN value IS 247 (96.88% from 255) = 36.92%
BLUE value IS 218 (85.55% from 255) = 32.59%
R=30.49%
G=36.92%
B=32.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2042472180.1700.120.03139.5372.8888.43
HexCCF7DA110C38c4958
Octal314367332210143214111130
Binary1100110011110111110110101000101100111000110010010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF7DA; }

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

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

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

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

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

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

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

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