#CED18C

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

Shades of Deco #CED18C

Tints of Deco #CED18C

Color information

#CED18C (or 0xCED18C) is unknown color: approx Deco. HEX triplet: CE, D1 and 8C. RGB value is (206,209,140). Sum of RGB (Red+Green+Blue) = 206+209+140=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 209 (82.03% from 255 or 37.66% from 555); Blue value is 140 (55.08% from 255 or 25.23% from 555); Max value from RGB is 209 - color contains mainly: green. Hex color #CED18C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED18C is #312E73. Grayscale: #C8C8C8. Windows color (decimal): -3223156 or 9228750. OLE color: 9228750.

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

Color convert

RGB206209140-
CMYK0.0100.330.18
HSL62.61º42.86%68.43%-
HSV(B)62.61º33.01%81.96%-
XYZ52.9960.6233.72-
YUV200.2494.01132.11-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.12%
GREEN value IS 209 (82.03% from 255) = 37.66%
BLUE value IS 140 (55.08% from 255) = 25.23%
R=37.12%
G=37.66%
B=25.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2062091400.0100.330.1862.6142.8668.43
HexCED18C1021123f2b44
Octal3163212141041227753104
Binary11001110110100011000110010100001100101111111010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED18C; }

 p { color: rgb(206,209,140); }

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

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

 a { background-color: rgb(206,209,140); }

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

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

 span { border-color: rgb(206,209,140); }

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