#CDE6BD

Color #CDE6BD Tea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Green #CDE6BD

Tints of Tea Green #CDE6BD

Color information

#CDE6BD (or 0xCDE6BD) is unknown color: approx Tea Green. HEX triplet: CD, E6 and BD. RGB value is (205,230,189). Sum of RGB (Red+Green+Blue) = 205+230+189=624 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.85% from 624); Green value is 230 (90.23% from 255 or 36.86% from 624); Blue value is 189 (74.22% from 255 or 30.29% from 624); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE6BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE6BD is #321942. Grayscale: #D9D9D9. Windows color (decimal): -3283267 or 12445389. OLE color: 12445389.

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

Color convert

RGB205230189-
CMYK0.1100.180.10
HSL96.59º45.05%82.16%-
HSV(B)96.59º17.83%90.2%-
XYZ62.6673.2558.98-
YUV217.85111.72118.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.85%
GREEN value IS 230 (90.23% from 255) = 36.86%
BLUE value IS 189 (74.22% from 255) = 30.29%
R=32.85%
G=36.86%
B=30.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2052301890.1100.180.1096.5945.0582.16
HexCDE6BDB012A612d52
Octal315346275130221214155122
Binary1100110111100110101111011011010010101011000011011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE6BD; }

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

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

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

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

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

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

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

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