#CDEED5

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

Shades of Granny Apple #CDEED5

Tints of Granny Apple #CDEED5

Color information

#CDEED5 (or 0xCDEED5) is unknown color: approx Granny Apple. HEX triplet: CD, EE and D5. RGB value is (205,238,213). Sum of RGB (Red+Green+Blue) = 205+238+213=656 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.25% from 656); Green value is 238 (93.36% from 255 or 36.28% from 656); Blue value is 213 (83.59% from 255 or 32.47% from 656); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEED5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEED5 is #32112A. Grayscale: #E1E1E1. Windows color (decimal): -3281195 or 14020301. OLE color: 14020301.

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

Color convert

RGB205238213-
CMYK0.1400.110.07
HSL134.55º49.25%86.86%-
HSV(B)134.55º13.87%93.33%-
XYZ67.7678.9374.61-
YUV225.28121.07113.53-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.25%
GREEN value IS 238 (93.36% from 255) = 36.28%
BLUE value IS 213 (83.59% from 255) = 32.47%
R=31.25%
G=36.28%
B=32.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052382130.1400.110.07134.5549.2586.86
HexCDEED5E0B7873157
Octal31535632516013720761127
Binary110011011110111011010101111001011111100001111100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEED5; }

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

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

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

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

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

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

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

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