#CDEED1

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

Shades of Granny Apple #CDEED1

Tints of Granny Apple #CDEED1

Color information

#CDEED1 (or 0xCDEED1) is unknown color: approx Granny Apple. HEX triplet: CD, EE and D1. RGB value is (205,238,209). Sum of RGB (Red+Green+Blue) = 205+238+209=652 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.44% from 652); Green value is 238 (93.36% from 255 or 36.50% from 652); Blue value is 209 (82.03% from 255 or 32.06% from 652); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEED1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEED1 is #32112E. Grayscale: #E0E0E0. Windows color (decimal): -3281199 or 13758157. OLE color: 13758157.

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

Color convert

RGB205238209-
CMYK0.1400.120.07
HSL127.27º49.25%86.86%-
HSV(B)127.27º13.87%93.33%-
XYZ67.2678.7371.97-
YUV224.83119.07113.86-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.44%
GREEN value IS 238 (93.36% from 255) = 36.50%
BLUE value IS 209 (82.03% from 255) = 32.06%
R=31.44%
G=36.50%
B=32.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052382090.1400.120.07127.2749.2586.86
HexCDEED1E0C77f3157
Octal31535632116014717761127
Binary11001101111011101101000111100110011111111111100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEED1; }

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

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

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

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

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

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

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

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