#CCF0CE

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

Shades of Granny Apple #CCF0CE

Tints of Granny Apple #CCF0CE

Color information

#CCF0CE (or 0xCCF0CE) is unknown color: approx Granny Apple. HEX triplet: CC, F0 and CE. RGB value is (204,240,206). Sum of RGB (Red+Green+Blue) = 204+240+206=650 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.38% from 650); Green value is 240 (94.14% from 255 or 36.92% from 650); Blue value is 206 (80.86% from 255 or 31.69% from 650); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF0CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF0CE is #330F31. Grayscale: #E1E1E1. Windows color (decimal): -3346226 or 13562060. OLE color: 13562060.

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

Color convert

RGB204240206-
CMYK0.1500.140.06
HSL123.33º54.55%87.06%-
HSV(B)123.33º15%94.12%-
XYZ67.279.6170.22-
YUV225.36117.07112.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.38%
GREEN value IS 240 (94.14% from 255) = 36.92%
BLUE value IS 206 (80.86% from 255) = 31.69%
R=31.38%
G=36.92%
B=31.69%

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
Decimal2042402060.1500.140.06123.3354.5587.06
HexCCF0CEF0E67b3757
Octal31436031617016617367127
Binary11001100111100001100111011110111011011110111101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF0CE; }

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

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

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

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

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

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

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

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