#CDE3BF

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

Shades of Tea Green #CDE3BF

Tints of Tea Green #CDE3BF

Color information

#CDE3BF (or 0xCDE3BF) is unknown color: approx Tea Green. HEX triplet: CD, E3 and BF. RGB value is (205,227,191). Sum of RGB (Red+Green+Blue) = 205+227+191=623 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.91% from 623); Green value is 227 (89.06% from 255 or 36.44% from 623); Blue value is 191 (75% from 255 or 30.66% from 623); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE3BF is #321C40. Grayscale: #D8D8D8. Windows color (decimal): -3284033 or 12575693. OLE color: 12575693.

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

Color convert

RGB205227191-
CMYK0.1000.160.11
HSL96.67º39.13%81.96%-
HSV(B)96.67º15.86%89.02%-
XYZ62.0571.6859.86-
YUV216.32113.71119.93-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.91%
GREEN value IS 227 (89.06% from 255) = 36.44%
BLUE value IS 191 (75% from 255) = 30.66%
R=32.91%
G=36.44%
B=30.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2052271910.1000.160.1196.6739.1381.96
HexCDE3BFA010B612752
Octal315343277120201314147122
Binary1100110111100011101111111010010000101111000011001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE3BF; }

 p { color: rgb(205,227,191); }

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

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

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

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

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

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

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