#CCF9CF

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

Shades of Granny Apple #CCF9CF

Tints of Granny Apple #CCF9CF

Color information

#CCF9CF (or 0xCCF9CF) is unknown color: approx Granny Apple. HEX triplet: CC, F9 and CF. RGB value is (204,249,207). Sum of RGB (Red+Green+Blue) = 204+249+207=660 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.91% from 660); Green value is 249 (97.66% from 255 or 37.73% from 660); Blue value is 207 (81.25% from 255 or 31.36% from 660); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF9CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF9CF is #330630. Grayscale: #E6E6E6. Windows color (decimal): -3343921 or 13629900. OLE color: 13629900.

HSL color Cylindrical-coordinate representation of color #CCF9CF: hue angle of 124º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCF9CF is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB204249207-
CMYK0.1800.170.02
HSL124º78.95%88.82%-
HSV(B)124º18.07%97.65%-
XYZ70.0485.0971.76-
YUV230.76114.59108.92-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.91%
GREEN value IS 249 (97.66% from 255) = 37.73%
BLUE value IS 207 (81.25% from 255) = 31.36%
R=30.91%
G=37.73%
B=31.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042492070.1800.170.0212478.9588.82
HexCCF9CF1201127c4f59
Octal314371317220212174117131
Binary1100110011111001110011111001001000110111110010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF9CF; }

 p { color: rgb(204,249,207); }

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

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

 a { background-color: rgb(204,249,207); }

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

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

 span { border-color: rgb(204,249,207); }

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