#CDEED4

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

Shades of Granny Apple #CDEED4

Tints of Granny Apple #CDEED4

Color information

#CDEED4 (or 0xCDEED4) is unknown color: approx Granny Apple. HEX triplet: CD, EE and D4. RGB value is (205,238,212). Sum of RGB (Red+Green+Blue) = 205+238+212=655 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.30% from 655); Green value is 238 (93.36% from 255 or 36.34% from 655); Blue value is 212 (83.20% from 255 or 32.37% from 655); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEED4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEED4 is #32112B. Grayscale: #E1E1E1. Windows color (decimal): -3281196 or 13954765. OLE color: 13954765.

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

Color convert

RGB205238212-
CMYK0.1400.110.07
HSL132.73º49.25%86.86%-
HSV(B)132.73º13.87%93.33%-
XYZ67.6478.8873.95-
YUV225.17120.57113.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.30%
GREEN value IS 238 (93.36% from 255) = 36.34%
BLUE value IS 212 (83.20% from 255) = 32.37%
R=31.30%
G=36.34%
B=32.37%

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
Decimal2052382120.1400.110.07132.7349.2586.86
HexCDEED4E0B7853157
Octal31535632416013720561127
Binary110011011110111011010100111001011111100001011100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEED4; }

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

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

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

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

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

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

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

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