#CED58D

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

Shades of Deco #CED58D

Tints of Deco #CED58D

Color information

#CED58D (or 0xCED58D) is unknown color: approx Deco. HEX triplet: CE, D5 and 8D. RGB value is (206,213,141). Sum of RGB (Red+Green+Blue) = 206+213+141=560 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.79% from 560); Green value is 213 (83.59% from 255 or 38.04% from 560); Blue value is 141 (55.47% from 255 or 25.18% from 560); Max value from RGB is 213 - color contains mainly: green. Hex color #CED58D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED58D is #312A72. Grayscale: #CACACA. Windows color (decimal): -3222131 or 9295310. OLE color: 9295310.

HSL color Cylindrical-coordinate representation of color #CED58D: hue angle of 65.83º 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 #CED58D is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB206213141-
CMYK0.0300.340.16
HSL65.83º46.15%69.41%-
HSV(B)65.83º33.8%83.53%-
XYZ54.0662.6334.44-
YUV202.793.18130.35-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.79%
GREEN value IS 213 (83.59% from 255) = 38.04%
BLUE value IS 141 (55.47% from 255) = 25.18%
R=36.79%
G=38.04%
B=25.18%

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
Decimal2062131410.0300.340.1665.8346.1569.41
HexCED58D302210422e45
Octal31632521530422010256105
Binary1100111011010101100011011101000101000010000101011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED58D; }

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

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

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

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

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

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

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

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