#CDE6CD

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

Shades of Granny Apple #CDE6CD

Tints of Granny Apple #CDE6CD

Color information

#CDE6CD (or 0xCDE6CD) is unknown color: approx Granny Apple. HEX triplet: CD, E6 and CD. RGB value is (205,230,205). Sum of RGB (Red+Green+Blue) = 205+230+205=640 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.03% from 640); Green value is 230 (90.23% from 255 or 35.94% from 640); Blue value is 205 (80.47% from 255 or 32.03% from 640); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE6CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE6CD is #321932. Grayscale: #DBDBDB. Windows color (decimal): -3283251 or 13493965. OLE color: 13493965.

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

Color convert

RGB205230205-
CMYK0.1100.110.10
HSL120º33.33%85.29%-
HSV(B)120º10.87%90.2%-
XYZ64.4973.9868.64-
YUV219.68119.72117.53-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.03%
GREEN value IS 230 (90.23% from 255) = 35.94%
BLUE value IS 205 (80.47% from 255) = 32.03%
R=32.03%
G=35.94%
B=32.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2052302050.1100.110.1012033.3385.29
HexCDE6CDB0BA782155
Octal315346315130131217041125
Binary110011011110011011001101101101011101011110001000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE6CD; }

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

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

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

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

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

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

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

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