#CED18B

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

Shades of Deco #CED18B

Tints of Deco #CED18B

Color information

#CED18B (or 0xCED18B) is unknown color: approx Deco. HEX triplet: CE, D1 and 8B. RGB value is (206,209,139). Sum of RGB (Red+Green+Blue) = 206+209+139=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 209 (82.03% from 255 or 37.73% from 554); Blue value is 139 (54.69% from 255 or 25.09% from 554); Max value from RGB is 209 - color contains mainly: green. Hex color #CED18B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED18B is #312E74. Grayscale: #C8C8C8. Windows color (decimal): -3223157 or 9163214. OLE color: 9163214.

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

Color convert

RGB206209139-
CMYK0.0100.330.18
HSL62.57º43.21%68.24%-
HSV(B)62.57º33.49%81.96%-
XYZ52.9160.5933.33-
YUV200.1293.51132.19-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.18%
GREEN value IS 209 (82.03% from 255) = 37.73%
BLUE value IS 139 (54.69% from 255) = 25.09%
R=37.18%
G=37.73%
B=25.09%

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
Decimal2062091390.0100.330.1862.5743.2168.24
HexCED18B1021123f2b44
Octal3163212131041227753104
Binary11001110110100011000101110100001100101111111010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED18B; }

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

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

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

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

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

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

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

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