#CCF6D5

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

Shades of Granny Apple #CCF6D5

Tints of Granny Apple #CCF6D5

Color information

#CCF6D5 (or 0xCCF6D5) is unknown color: approx Granny Apple. HEX triplet: CC, F6 and D5. RGB value is (204,246,213). Sum of RGB (Red+Green+Blue) = 204+246+213=663 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.77% from 663); Green value is 246 (96.48% from 255 or 37.10% from 663); Blue value is 213 (83.59% from 255 or 32.13% from 663); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF6D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF6D5 is #33092A. Grayscale: #E5E5E5. Windows color (decimal): -3344683 or 14022348. OLE color: 14022348.

HSL color Cylindrical-coordinate representation of color #CCF6D5: hue angle of 132.86º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCF6D5 is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.

Color convert

RGB204246213-
CMYK0.1700.130.04
HSL132.86º70%88.24%-
HSV(B)132.86º17.07%96.47%-
XYZ69.8783.5575.4-
YUV229.68118.59109.68-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.77%
GREEN value IS 246 (96.48% from 255) = 37.10%
BLUE value IS 213 (83.59% from 255) = 32.13%
R=30.77%
G=37.10%
B=32.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2042462130.1700.130.04132.867088.24
HexCCF6D5110D4854658
Octal314366325210154205106130
Binary11001100111101101101010110001011011001000010110001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF6D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF6D5; }

 p { color: rgb(204,246,213); }

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

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

 a { background-color: rgb(204,246,213); }

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

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

 span { border-color: rgb(204,246,213); }

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