#CDEED7

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

Shades of Granny Apple #CDEED7

Tints of Granny Apple #CDEED7

Color information

#CDEED7 (or 0xCDEED7) is unknown color: approx Granny Apple. HEX triplet: CD, EE and D7. RGB value is (205,238,215). Sum of RGB (Red+Green+Blue) = 205+238+215=658 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.16% from 658); Green value is 238 (93.36% from 255 or 36.17% from 658); Blue value is 215 (84.38% from 255 or 32.67% from 658); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEED7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEED7 is #321128. Grayscale: #E1E1E1. Windows color (decimal): -3281193 or 14151373. OLE color: 14151373.

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

Color convert

RGB205238215-
CMYK0.1400.100.07
HSL138.18º49.25%86.86%-
HSV(B)138.18º13.87%93.33%-
XYZ68.0279.0375.96-
YUV225.51122.07113.37-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.16%
GREEN value IS 238 (93.36% from 255) = 36.17%
BLUE value IS 215 (84.38% from 255) = 32.67%
R=31.16%
G=36.17%
B=32.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052382150.1400.100.07138.1849.2586.86
HexCDEED7E0A78a3157
Octal31535632716012721261127
Binary110011011110111011010111111001010111100010101100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEED7; }

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

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

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

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

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

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

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

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