#CDE9D0

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

Shades of Granny Apple #CDE9D0

Tints of Granny Apple #CDE9D0

Color information

#CDE9D0 (or 0xCDE9D0) is unknown color: approx Granny Apple. HEX triplet: CD, E9 and D0. RGB value is (205,233,208). Sum of RGB (Red+Green+Blue) = 205+233+208=646 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.73% from 646); Green value is 233 (91.41% from 255 or 36.07% from 646); Blue value is 208 (81.64% from 255 or 32.20% from 646); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE9D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE9D0 is #32162F. Grayscale: #DDDDDD. Windows color (decimal): -3282480 or 13691341. OLE color: 13691341.

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

Color convert

RGB205233208-
CMYK0.1200.110.09
HSL126.43º38.89%85.88%-
HSV(B)126.43º12.02%91.37%-
XYZ65.775.8170.84-
YUV221.78120.22116.03-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.73%
GREEN value IS 233 (91.41% from 255) = 36.07%
BLUE value IS 208 (81.64% from 255) = 32.20%
R=31.73%
G=36.07%
B=32.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2052332080.1200.110.09126.4338.8985.88
HexCDE9D0C0B97e2756
Octal315351320140131117647126
Binary110011011110100111010000110001011100111111101001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE9D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE9D0; }

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

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

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

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

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

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

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

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