#CDEED0

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

Shades of Granny Apple #CDEED0

Tints of Granny Apple #CDEED0

Color information

#CDEED0 (or 0xCDEED0) is unknown color: approx Granny Apple. HEX triplet: CD, EE and D0. RGB value is (205,238,208). Sum of RGB (Red+Green+Blue) = 205+238+208=651 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.49% from 651); Green value is 238 (93.36% from 255 or 36.56% from 651); Blue value is 208 (81.64% from 255 or 31.95% from 651); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEED0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEED0 is #32112F. Grayscale: #E0E0E0. Windows color (decimal): -3281200 or 13692621. OLE color: 13692621.

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

Color convert

RGB205238208-
CMYK0.1400.130.07
HSL125.45º49.25%86.86%-
HSV(B)125.45º13.87%93.33%-
XYZ67.1478.6871.32-
YUV224.71118.57113.94-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.49%
GREEN value IS 238 (93.36% from 255) = 36.56%
BLUE value IS 208 (81.64% from 255) = 31.95%
R=31.49%
G=36.56%
B=31.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052382080.1400.130.07125.4549.2586.86
HexCDEED0E0D77d3157
Octal31535632016015717561127
Binary11001101111011101101000011100110111111111011100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEED0; }

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

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

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

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

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

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

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

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