#CDEED8

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

Shades of Granny Apple #CDEED8

Tints of Granny Apple #CDEED8

Color information

#CDEED8 (or 0xCDEED8) is unknown color: approx Granny Apple. HEX triplet: CD, EE and D8. RGB value is (205,238,216). Sum of RGB (Red+Green+Blue) = 205+238+216=659 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.11% from 659); Green value is 238 (93.36% from 255 or 36.12% from 659); Blue value is 216 (84.77% from 255 or 32.78% from 659); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEED8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEED8 is #321127. Grayscale: #E1E1E1. Windows color (decimal): -3281192 or 14216909. OLE color: 14216909.

HSL color Cylindrical-coordinate representation of color #CDEED8: hue angle of 140º degrees, saturation: 0.49, 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 #CDEED8 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB205238216-
CMYK0.1400.090.07
HSL140º49.25%86.86%-
HSV(B)140º13.87%93.33%-
XYZ68.1579.0976.64-
YUV225.62122.57113.29-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.11%
GREEN value IS 238 (93.36% from 255) = 36.12%
BLUE value IS 216 (84.77% from 255) = 32.78%
R=31.11%
G=36.12%
B=32.78%

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
Decimal2052382160.1400.090.0714049.2586.86
HexCDEED8E0978c3157
Octal31535633016011721461127
Binary110011011110111011011000111001001111100011001100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEED8; }

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

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

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

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

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

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

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

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