#CED58C

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

Shades of Deco #CED58C

Tints of Deco #CED58C

Color information

#CED58C (or 0xCED58C) is unknown color: approx Deco. HEX triplet: CE, D5 and 8C. RGB value is (206,213,140). Sum of RGB (Red+Green+Blue) = 206+213+140=559 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.85% from 559); Green value is 213 (83.59% from 255 or 38.10% from 559); Blue value is 140 (55.08% from 255 or 25.04% from 559); Max value from RGB is 213 - color contains mainly: green. Hex color #CED58C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED58C is #312A73. Grayscale: #CACACA. Windows color (decimal): -3222132 or 9229774. OLE color: 9229774.

HSL color Cylindrical-coordinate representation of color #CED58C: hue angle of 65.75º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CED58C is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB206213140-
CMYK0.0300.340.16
HSL65.75º46.5%69.22%-
HSV(B)65.75º34.27%83.53%-
XYZ53.9862.634.05-
YUV202.5892.68130.44-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.85%
GREEN value IS 213 (83.59% from 255) = 38.10%
BLUE value IS 140 (55.08% from 255) = 25.04%
R=36.85%
G=38.10%
B=25.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2062131400.0300.340.1665.7546.569.22
HexCED58C302210422e45
Octal31632521430422010256105
Binary1100111011010101100011001101000101000010000101011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED58C; }

 p { color: rgb(206,213,140); }

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

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

 a { background-color: rgb(206,213,140); }

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

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

 span { border-color: rgb(206,213,140); }

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