Html Css Color HEX #CDE2BD Tea Green

📋 copy color: '#CDE2BD'

red 205 ◦ green 226 ◦ blue 189

#CDE2BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Green #CDE2BD

Tints of Tea Green #CDE2BD

RGB

 RED value IS 205 (80.47% from 255) = 33.06%

 GREEN value IS 226 (88.67% from 255) = 36.45%

 BLUE value IS 189 (74.22% from 255) = 30.48%

R = 33.06%
G = 36.45%
B = 30.48%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#CDE2BD (or 0xCDE2BD) is known color: Tea Green. HEX triplet: CD, E2 and BD. RGB value is (205,226,189). Sum of RGB (Red+Green+Blue) = 205+226+189=620 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.06% from 620); Green value is 226 (88.67% from 255 or 36.45% from 620); Blue value is 189 (74.22% from 255 or 30.48% from 620); Max value from RGB is 226 - color contains mainly: green. Hex color #CDE2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE2BD is #321D42. Grayscale: #D7D7D7. Windows color (decimal): -3284291 or 12444365. OLE color: 12444365.

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

Color convert

RGB 205 226 189 -
CMYK 0.09 0 0.16 0.11
HSL 94.05º 0.39% 0.81% -
HSV(B) 94.05º 0.16% 0.89% -
XYZ 61.56 71.05 58.61 -
YUV 215.5 113.04 120.51 -
System Red Green Blue C M Y K H S L
Decimal 205 226 189 0.09 0 0.16 0.11 94.05 0.39 0.81
Hex CD E2 BD 9 0 10 B 5E 27 51
Octal 315 342 275 11 0 20 13 136 47 121
Binary 11001101 11100010 10111101 1001 0 10000 1011 1011110 100111 1010001

Color Harmonies of #CDE2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE2BD

Black with #CDE2BD

Text Example


Text Example

White with #CDE2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE2BD; }

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

 H1.HeaderClassName
 {
   color: #CDE2BD;
 }
 .AnyTagClassName
 {
   color: #CDE2BD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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