#CED18E

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

Shades of Deco #CED18E

Tints of Deco #CED18E

Color information

#CED18E (or 0xCED18E) is unknown color: approx Deco. HEX triplet: CE, D1 and 8E. RGB value is (206,209,142). Sum of RGB (Red+Green+Blue) = 206+209+142=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 209 (82.03% from 255 or 37.52% from 557); Blue value is 142 (55.86% from 255 or 25.49% from 557); Max value from RGB is 209 - color contains mainly: green. Hex color #CED18E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED18E is #312E71. Grayscale: #C8C8C8. Windows color (decimal): -3223154 or 9359822. OLE color: 9359822.

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

Color convert

RGB206209142-
CMYK0.0100.320.18
HSL62.69º42.14%68.82%-
HSV(B)62.69º32.06%81.96%-
XYZ53.1460.6834.5-
YUV200.4695.01131.95-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.98%
GREEN value IS 209 (82.03% from 255) = 37.52%
BLUE value IS 142 (55.86% from 255) = 25.49%
R=36.98%
G=37.52%
B=25.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2062091420.0100.320.1862.6942.1468.82
HexCED18E1020123f2a45
Octal3163212161040227752105
Binary11001110110100011000111010100000100101111111010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED18E; }

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

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

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

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

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

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

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

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