#CDEED6

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

Shades of Granny Apple #CDEED6

Tints of Granny Apple #CDEED6

Color information

#CDEED6 (or 0xCDEED6) is unknown color: approx Granny Apple. HEX triplet: CD, EE and D6. RGB value is (205,238,214). Sum of RGB (Red+Green+Blue) = 205+238+214=657 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.20% from 657); Green value is 238 (93.36% from 255 or 36.23% from 657); Blue value is 214 (83.98% from 255 or 32.57% from 657); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEED6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEED6 is #321129. Grayscale: #E1E1E1. Windows color (decimal): -3281194 or 14085837. OLE color: 14085837.

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

Color convert

RGB205238214-
CMYK0.1400.100.07
HSL136.36º49.25%86.86%-
HSV(B)136.36º13.87%93.33%-
XYZ67.8978.9875.29-
YUV225.4121.57113.45-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.20%
GREEN value IS 238 (93.36% from 255) = 36.23%
BLUE value IS 214 (83.98% from 255) = 32.57%
R=31.20%
G=36.23%
B=32.57%

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
Decimal2052382140.1400.100.07136.3649.2586.86
HexCDEED6E0A7883157
Octal31535632616012721061127
Binary110011011110111011010110111001010111100010001100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEED6; }

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

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

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

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

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

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

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

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