#CCEDD8

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

Shades of Granny Apple #CCEDD8

Tints of Granny Apple #CCEDD8

Color information

#CCEDD8 (or 0xCCEDD8) is unknown color: approx Granny Apple. HEX triplet: CC, ED and D8. RGB value is (204,237,216). Sum of RGB (Red+Green+Blue) = 204+237+216=657 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.05% from 657); Green value is 237 (92.97% from 255 or 36.07% from 657); Blue value is 216 (84.77% from 255 or 32.88% from 657); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEDD8 is #331227. Grayscale: #E0E0E0. Windows color (decimal): -3346984 or 14216652. OLE color: 14216652.

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

Color convert

RGB204237216-
CMYK0.1400.090.07
HSL141.82º47.83%86.47%-
HSV(B)141.82º13.92%92.94%-
XYZ67.5878.3676.53-
YUV224.74123.07113.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.05%
GREEN value IS 237 (92.97% from 255) = 36.07%
BLUE value IS 216 (84.77% from 255) = 32.88%
R=31.05%
G=36.07%
B=32.88%

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
Decimal2042372160.1400.090.07141.8247.8386.47
HexCCEDD8E0978e3056
Octal31435533016011721660126
Binary110011001110110111011000111001001111100011101100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEDD8; }

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

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

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

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

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

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

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

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