#CCEFCD

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

Shades of Granny Apple #CCEFCD

Tints of Granny Apple #CCEFCD

Color information

#CCEFCD (or 0xCCEFCD) is unknown color: approx Granny Apple. HEX triplet: CC, EF and CD. RGB value is (204,239,205). Sum of RGB (Red+Green+Blue) = 204+239+205=648 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.48% from 648); Green value is 239 (93.75% from 255 or 36.88% from 648); Blue value is 205 (80.47% from 255 or 31.64% from 648); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEFCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEFCD is #331032. Grayscale: #E0E0E0. Windows color (decimal): -3346483 or 13496268. OLE color: 13496268.

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

Color convert

RGB204239205-
CMYK0.1500.140.06
HSL121.71º52.24%86.86%-
HSV(B)121.71º14.64%93.73%-
XYZ66.7978.9869.48-
YUV224.66116.9113.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.48%
GREEN value IS 239 (93.75% from 255) = 36.88%
BLUE value IS 205 (80.47% from 255) = 31.64%
R=31.48%
G=36.88%
B=31.64%

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
Decimal2042392050.1500.140.06121.7152.2486.86
HexCCEFCDF0E67a3457
Octal31435731517016617264127
Binary11001100111011111100110111110111011011110101101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEFCD; }

 p { color: rgb(204,239,205); }

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

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

 a { background-color: rgb(204,239,205); }

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

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

 span { border-color: rgb(204,239,205); }

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