#CCF0CF

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

Shades of Granny Apple #CCF0CF

Tints of Granny Apple #CCF0CF

Color information

#CCF0CF (or 0xCCF0CF) is unknown color: approx Granny Apple. HEX triplet: CC, F0 and CF. RGB value is (204,240,207). Sum of RGB (Red+Green+Blue) = 204+240+207=651 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.34% from 651); Green value is 240 (94.14% from 255 or 36.87% from 651); Blue value is 207 (81.25% from 255 or 31.80% from 651); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF0CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF0CF is #330F30. Grayscale: #E1E1E1. Windows color (decimal): -3346225 or 13627596. OLE color: 13627596.

HSL color Cylindrical-coordinate representation of color #CCF0CF: hue angle of 125º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCF0CF is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB204240207-
CMYK0.1500.140.06
HSL125º54.55%87.06%-
HSV(B)125º15%94.12%-
XYZ67.3279.6670.86-
YUV225.47117.57112.68-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.34%
GREEN value IS 240 (94.14% from 255) = 36.87%
BLUE value IS 207 (81.25% from 255) = 31.80%
R=31.34%
G=36.87%
B=31.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2042402070.1500.140.0612554.5587.06
HexCCF0CFF0E67d3757
Octal31436031717016617567127
Binary11001100111100001100111111110111011011111011101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF0CF; }

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

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

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

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

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

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

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

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