#CCF0D6

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

Shades of Granny Apple #CCF0D6

Tints of Granny Apple #CCF0D6

Color information

#CCF0D6 (or 0xCCF0D6) is unknown color: approx Granny Apple. HEX triplet: CC, F0 and D6. RGB value is (204,240,214). Sum of RGB (Red+Green+Blue) = 204+240+214=658 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.00% from 658); Green value is 240 (94.14% from 255 or 36.47% from 658); Blue value is 214 (83.98% from 255 or 32.52% from 658); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF0D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF0D6 is #330F29. Grayscale: #E2E2E2. Windows color (decimal): -3346218 or 14086348. OLE color: 14086348.

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

Color convert

RGB204240214-
CMYK0.1500.110.06
HSL136.67º54.55%87.06%-
HSV(B)136.67º15%94.12%-
XYZ68.280.0175.47-
YUV226.27121.07112.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.00%
GREEN value IS 240 (94.14% from 255) = 36.47%
BLUE value IS 214 (83.98% from 255) = 32.52%
R=31.00%
G=36.47%
B=32.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2042402140.1500.110.06136.6754.5587.06
HexCCF0D6F0B6893757
Octal31436032617013621167127
Binary110011001111000011010110111101011110100010011101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF0D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF0D6; }

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

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

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

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

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

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

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

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