#CDE7BD

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

Shades of Tea Green #CDE7BD

Tints of Tea Green #CDE7BD

Color information

#CDE7BD (or 0xCDE7BD) is unknown color: approx Tea Green. HEX triplet: CD, E7 and BD. RGB value is (205,231,189). Sum of RGB (Red+Green+Blue) = 205+231+189=625 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.8% from 625); Green value is 231 (90.62% from 255 or 36.96% from 625); Blue value is 189 (74.22% from 255 or 30.24% from 625); Max value from RGB is 231 - color contains mainly: green. Hex color #CDE7BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE7BD is #321842. Grayscale: #DADADA. Windows color (decimal): -3283011 or 12445645. OLE color: 12445645.

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

Color convert

RGB205231189-
CMYK0.1100.180.09
HSL97.14º46.67%82.35%-
HSV(B)97.14º18.18%90.59%-
XYZ62.9473.8159.07-
YUV218.44111.39118.42-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.8%
GREEN value IS 231 (90.62% from 255) = 36.96%
BLUE value IS 189 (74.22% from 255) = 30.24%
R=32.8%
G=36.96%
B=30.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2052311890.1100.180.0997.1446.6782.35
HexCDE7BDB0129612f52
Octal315347275130221114157122
Binary1100110111100111101111011011010010100111000011011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE7BD; }

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

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

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

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

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

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

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

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