#CDE9CD

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

Shades of Granny Apple #CDE9CD

Tints of Granny Apple #CDE9CD

Color information

#CDE9CD (or 0xCDE9CD) is unknown color: approx Granny Apple. HEX triplet: CD, E9 and CD. RGB value is (205,233,205). Sum of RGB (Red+Green+Blue) = 205+233+205=643 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.88% from 643); Green value is 233 (91.41% from 255 or 36.24% from 643); Blue value is 205 (80.47% from 255 or 31.88% from 643); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE9CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE9CD is #321632. Grayscale: #DDDDDD. Windows color (decimal): -3282483 or 13494733. OLE color: 13494733.

HSL color Cylindrical-coordinate representation of color #CDE9CD: hue angle of 120º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDE9CD is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB205233205-
CMYK0.1200.120.09
HSL120º38.89%85.88%-
HSV(B)120º12.02%91.37%-
XYZ65.3475.6668.92-
YUV221.44118.72116.28-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.88%
GREEN value IS 233 (91.41% from 255) = 36.24%
BLUE value IS 205 (80.47% from 255) = 31.88%
R=31.88%
G=36.24%
B=31.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2052332050.1200.120.0912038.8985.88
HexCDE9CDC0C9782756
Octal315351315140141117047126
Binary110011011110100111001101110001100100111110001001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE9CD; }

 p { color: rgb(205,233,205); }

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

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

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

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

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

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

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