#CED29D

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

Shades of Green Mist #CED29D

Tints of Green Mist #CED29D

Color information

#CED29D (or 0xCED29D) is unknown color: approx Green Mist. HEX triplet: CE, D2 and 9D. RGB value is (206,210,157). Sum of RGB (Red+Green+Blue) = 206+210+157=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 210 (82.42% from 255 or 36.65% from 573); Blue value is 157 (61.72% from 255 or 27.40% from 573); Max value from RGB is 210 - color contains mainly: green. Hex color #CED29D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED29D is #312D62. Grayscale: #CACACA. Windows color (decimal): -3222883 or 10343118. OLE color: 10343118.

HSL color Cylindrical-coordinate representation of color #CED29D: hue angle of 64.53º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CED29D is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB206210157-
CMYK0.0200.250.18
HSL64.53º37.06%71.96%-
HSV(B)64.53º25.24%82.35%-
XYZ54.5961.6540.92-
YUV202.76102.17130.31-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.95%
GREEN value IS 210 (82.42% from 255) = 36.65%
BLUE value IS 157 (61.72% from 255) = 27.40%
R=35.95%
G=36.65%
B=27.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2062101570.0200.250.1864.5337.0671.96
HexCED29D201912412548
Octal31632223520312210145110
Binary110011101101001010011101100110011001010000011001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED29D; }

 p { color: rgb(206,210,157); }

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

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

 a { background-color: rgb(206,210,157); }

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

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

 span { border-color: rgb(206,210,157); }

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