Html Css Color HEX #CDE4BC Tea Green

📋 copy color: '#CDE4BC'

red 205 ◦ green 228 ◦ blue 188

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

Shades of Tea Green #CDE4BC

Tints of Tea Green #CDE4BC

RGB

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

 GREEN value IS 228 (89.45% from 255) = 36.71%

 BLUE value IS 188 (73.83% from 255) = 30.27%

R = 33.01%
G = 36.71%
B = 30.27%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#CDE4BC (or 0xCDE4BC) is known color: Tea Green. HEX triplet: CD, E4 and BC. RGB value is (205,228,188). Sum of RGB (Red+Green+Blue) = 205+228+188=621 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.01% from 621); Green value is 228 (89.45% from 255 or 36.71% from 621); Blue value is 188 (73.83% from 255 or 30.27% from 621); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE4BC is #321B43. Grayscale: #D8D8D8. Windows color (decimal): -3283780 or 12379341. OLE color: 12379341.

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

Color convert

RGB 205 228 188 -
CMYK 0.10 0 0.18 0.11
HSL 94.5º 0.43% 0.82% -
HSV(B) 94.5º 0.18% 0.89% -
XYZ 62 72.1 58.23 -
YUV 216.56 111.88 119.75 -
System Red Green Blue C M Y K H S L
Decimal 205 228 188 0.10 0 0.18 0.11 94.5 0.43 0.82
Hex CD E4 BC A 0 12 B 5E 2B 52
Octal 315 344 274 12 0 22 13 136 53 122
Binary 11001101 11100100 10111100 1010 0 10010 1011 1011110 101011 1010010

Color Harmonies of #CDE4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE4BC

Black with #CDE4BC

Text Example


Text Example

White with #CDE4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE4BC; }

 p { color: rgb(205,228,188); }

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

background-color css

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

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

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

border-color css

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

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

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