#CED09D

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

Shades of Green Mist #CED09D

Tints of Green Mist #CED09D

Color information

#CED09D (or 0xCED09D) is unknown color: approx Green Mist. HEX triplet: CE, D0 and 9D. RGB value is (206,208,157). Sum of RGB (Red+Green+Blue) = 206+208+157=571 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.08% from 571); Green value is 208 (81.64% from 255 or 36.43% from 571); Blue value is 157 (61.72% from 255 or 27.50% from 571); Max value from RGB is 208 - color contains mainly: green. Hex color #CED09D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED09D is #312F62. Grayscale: #C9C9C9. Windows color (decimal): -3223395 or 10342606. OLE color: 10342606.

HSL color Cylindrical-coordinate representation of color #CED09D: hue angle of 62.35º degrees, saturation: 0.35, 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 #CED09D is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB206208157-
CMYK0.0100.250.18
HSL62.35º35.17%71.57%-
HSV(B)62.35º24.52%81.57%-
XYZ54.160.6740.76-
YUV201.59102.84131.15-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.08%
GREEN value IS 208 (81.64% from 255) = 36.43%
BLUE value IS 157 (61.72% from 255) = 27.50%
R=36.08%
G=36.43%
B=27.50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2062081570.0100.250.1862.3535.1771.57
HexCED09D1019123e2348
Octal3163202351031227643110
Binary1100111011010000100111011011001100101111101000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED09D; }

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

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

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

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

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

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

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

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