#CCF0D1

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

Shades of Granny Apple #CCF0D1

Tints of Granny Apple #CCF0D1

Color information

#CCF0D1 (or 0xCCF0D1) is unknown color: approx Granny Apple. HEX triplet: CC, F0 and D1. RGB value is (204,240,209). Sum of RGB (Red+Green+Blue) = 204+240+209=653 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.24% from 653); Green value is 240 (94.14% from 255 or 36.75% from 653); Blue value is 209 (82.03% from 255 or 32.01% from 653); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF0D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF0D1 is #330F2E. Grayscale: #E1E1E1. Windows color (decimal): -3346223 or 13758668. OLE color: 13758668.

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

Color convert

RGB204240209-
CMYK0.1500.130.06
HSL128.33º54.55%87.06%-
HSV(B)128.33º15%94.12%-
XYZ67.5779.7672.16-
YUV225.7118.57112.52-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.24%
GREEN value IS 240 (94.14% from 255) = 36.75%
BLUE value IS 209 (82.03% from 255) = 32.01%
R=31.24%
G=36.75%
B=32.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2042402090.1500.130.06128.3354.5587.06
HexCCF0D1F0D6803757
Octal31436032117015620067127
Binary110011001111000011010001111101101110100000001101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF0D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF0D1; }

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

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

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

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

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

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

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

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