#CED391

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

Shades of Deco #CED391

Tints of Deco #CED391

Color information

#CED391 (or 0xCED391) is unknown color: approx Deco. HEX triplet: CE, D3 and 91. RGB value is (206,211,145). Sum of RGB (Red+Green+Blue) = 206+211+145=562 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.65% from 562); Green value is 211 (82.81% from 255 or 37.54% from 562); Blue value is 145 (57.03% from 255 or 25.80% from 562); Max value from RGB is 211 - color contains mainly: green. Hex color #CED391 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED391 is #312C6E. Grayscale: #CACACA. Windows color (decimal): -3222639 or 9556942. OLE color: 9556942.

HSL color Cylindrical-coordinate representation of color #CED391: hue angle of 64.55º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CED391 is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB206211145-
CMYK0.0200.310.17
HSL64.55º42.86%69.8%-
HSV(B)64.55º31.28%82.75%-
XYZ53.8661.7535.87-
YUV201.9895.84130.87-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.65%
GREEN value IS 211 (82.81% from 255) = 37.54%
BLUE value IS 145 (57.03% from 255) = 25.80%
R=36.65%
G=37.54%
B=25.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2062111450.0200.310.1764.5542.8669.8
HexCED391201F11412b46
Octal31632322120372110153106
Binary110011101101001110010001100111111000110000011010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED391; }

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

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

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

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

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

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

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

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