#CED493

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

Shades of Deco #CED493

Tints of Deco #CED493

Color information

#CED493 (or 0xCED493) is unknown color: approx Deco. HEX triplet: CE, D4 and 93. RGB value is (206,212,147). Sum of RGB (Red+Green+Blue) = 206+212+147=565 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.46% from 565); Green value is 212 (83.20% from 255 or 37.52% from 565); Blue value is 147 (57.81% from 255 or 26.02% from 565); Max value from RGB is 212 - color contains mainly: green. Hex color #CED493 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED493 is #312B6C. Grayscale: #CBCBCB. Windows color (decimal): -3222381 or 9688270. OLE color: 9688270.

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

Color convert

RGB206212147-
CMYK0.0300.310.17
HSL65.54º43.05%70.39%-
HSV(B)65.54º30.66%83.14%-
XYZ54.2662.3236.77-
YUV202.896.51130.29-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.46%
GREEN value IS 212 (83.20% from 255) = 37.52%
BLUE value IS 147 (57.81% from 255) = 26.02%
R=36.46%
G=37.52%
B=26.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2062121470.0300.310.1765.5443.0570.39
HexCED493301F11422b46
Octal31632422330372110253106
Binary110011101101010010010011110111111000110000101010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED493; }

 p { color: rgb(206,212,147); }

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

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

 a { background-color: rgb(206,212,147); }

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

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

 span { border-color: rgb(206,212,147); }

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