#CDE4CD

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

Shades of Granny Apple #CDE4CD

Tints of Granny Apple #CDE4CD

Color information

#CDE4CD (or 0xCDE4CD) is unknown color: approx Granny Apple. HEX triplet: CD, E4 and CD. RGB value is (205,228,205). Sum of RGB (Red+Green+Blue) = 205+228+205=638 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.13% from 638); Green value is 228 (89.45% from 255 or 35.74% from 638); Blue value is 205 (80.47% from 255 or 32.13% from 638); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE4CD is #321B32. Grayscale: #DADADA. Windows color (decimal): -3283763 or 13493453. OLE color: 13493453.

HSL color Cylindrical-coordinate representation of color #CDE4CD: hue angle of 120º degrees, saturation: 0.3, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDE4CD is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB205228205-
CMYK0.1000.100.11
HSL120º29.87%84.9%-
HSV(B)120º10.09%89.41%-
XYZ63.9472.8768.45-
YUV218.5120.38118.37-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.13%
GREEN value IS 228 (89.45% from 255) = 35.74%
BLUE value IS 205 (80.47% from 255) = 32.13%
R=32.13%
G=35.74%
B=32.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2052282050.1000.100.1112029.8784.9
HexCDE4CDA0AB781e55
Octal315344315120121317036125
Binary11001101111001001100110110100101010111111000111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE4CD; }

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

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

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

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

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

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

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

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