#CED785

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

Shades of Deco #CED785

Tints of Deco #CED785

Color information

#CED785 (or 0xCED785) is unknown color: approx Deco. HEX triplet: CE, D7 and 85. RGB value is (206,215,133). Sum of RGB (Red+Green+Blue) = 206+215+133=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 215 (84.38% from 255 or 38.81% from 554); Blue value is 133 (52.34% from 255 or 24.01% from 554); Max value from RGB is 215 - color contains mainly: green. Hex color #CED785 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED785 is #31287A. Grayscale: #CBCBCB. Windows color (decimal): -3221627 or 8771534. OLE color: 8771534.

HSL color Cylindrical-coordinate representation of color #CED785: hue angle of 66.59º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CED785 is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB206215133-
CMYK0.0400.380.16
HSL66.59º50.62%68.24%-
HSV(B)66.59º38.14%84.31%-
XYZ53.9963.4231.59-
YUV202.9688.52130.17-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.18%
GREEN value IS 215 (84.38% from 255) = 38.81%
BLUE value IS 133 (52.34% from 255) = 24.01%
R=37.18%
G=38.81%
B=24.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2062151330.0400.380.1666.5950.6268.24
HexCED785402610433344
Octal31632720540462010363104
Binary11001110110101111000010110001001101000010000111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED785; }

 p { color: rgb(206,215,133); }

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

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

 a { background-color: rgb(206,215,133); }

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

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

 span { border-color: rgb(206,215,133); }

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