#CCEED8

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

Shades of Granny Apple #CCEED8

Tints of Granny Apple #CCEED8

Color information

#CCEED8 (or 0xCCEED8) is unknown color: approx Granny Apple. HEX triplet: CC, EE and D8. RGB value is (204,238,216). Sum of RGB (Red+Green+Blue) = 204+238+216=658 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.00% from 658); Green value is 238 (93.36% from 255 or 36.17% from 658); Blue value is 216 (84.77% from 255 or 32.83% from 658); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEED8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEED8 is #331127. Grayscale: #E1E1E1. Windows color (decimal): -3346728 or 14216908. OLE color: 14216908.

HSL color Cylindrical-coordinate representation of color #CCEED8: hue angle of 141.18º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCEED8 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB204238216-
CMYK0.1400.090.07
HSL141.18º50%86.67%-
HSV(B)141.18º14.29%93.33%-
XYZ67.8778.9476.63-
YUV225.33122.74112.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.00%
GREEN value IS 238 (93.36% from 255) = 36.17%
BLUE value IS 216 (84.77% from 255) = 32.83%
R=31.00%
G=36.17%
B=32.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042382160.1400.090.07141.185086.67
HexCCEED8E0978d3257
Octal31435633016011721562127
Binary110011001110111011011000111001001111100011011100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEED8; }

 p { color: rgb(204,238,216); }

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

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

 a { background-color: rgb(204,238,216); }

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

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

 span { border-color: rgb(204,238,216); }

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