#CED091

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

Shades of Deco #CED091

Tints of Deco #CED091

Color information

#CED091 (or 0xCED091) is unknown color: approx Deco. HEX triplet: CE, D0 and 91. RGB value is (206,208,145). Sum of RGB (Red+Green+Blue) = 206+208+145=559 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.85% from 559); Green value is 208 (81.64% from 255 or 37.21% from 559); Blue value is 145 (57.03% from 255 or 25.94% from 559); Max value from RGB is 208 - color contains mainly: green. Hex color #CED091 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED091 is #312F6E. Grayscale: #C8C8C8. Windows color (decimal): -3223407 or 9556174. OLE color: 9556174.

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

Color convert

RGB206208145-
CMYK0.0100.300.18
HSL61.9º40.13%69.22%-
HSV(B)61.9º30.29%81.57%-
XYZ53.1260.2835.62-
YUV200.2296.84132.12-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.85%
GREEN value IS 208 (81.64% from 255) = 37.21%
BLUE value IS 145 (57.03% from 255) = 25.94%
R=36.85%
G=37.21%
B=25.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2062081450.0100.300.1861.940.1369.22
HexCED091101E123e2845
Octal3163202211036227650105
Binary1100111011010000100100011011110100101111101010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED091; }

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

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

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

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

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

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

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

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