#CDE8D4

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

Shades of Granny Apple #CDE8D4

Tints of Granny Apple #CDE8D4

Color information

#CDE8D4 (or 0xCDE8D4) is unknown color: approx Granny Apple. HEX triplet: CD, E8 and D4. RGB value is (205,232,212). Sum of RGB (Red+Green+Blue) = 205+232+212=649 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.59% from 649); Green value is 232 (91.02% from 255 or 35.75% from 649); Blue value is 212 (83.20% from 255 or 32.67% from 649); Max value from RGB is 232 - color contains mainly: green. Hex color #CDE8D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE8D4 is #32172B. Grayscale: #DDDDDD. Windows color (decimal): -3282732 or 13953229. OLE color: 13953229.

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

Color convert

RGB205232212-
CMYK0.1200.090.09
HSL135.56º36.99%85.69%-
HSV(B)135.56º11.64%90.98%-
XYZ65.9275.4573.38-
YUV221.65122.55116.13-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.59%
GREEN value IS 232 (91.02% from 255) = 35.75%
BLUE value IS 212 (83.20% from 255) = 32.67%
R=31.59%
G=35.75%
B=32.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2052322120.1200.090.09135.5636.9985.69
HexCDE8D4C099882556
Octal315350324140111121045126
Binary1100110111101000110101001100010011001100010001001011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE8D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE8D4; }

 p { color: rgb(205,232,212); }

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

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

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

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

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

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

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