#CED494

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

Shades of Deco #CED494

Tints of Deco #CED494

Color information

#CED494 (or 0xCED494) is unknown color: approx Deco. HEX triplet: CE, D4 and 94. RGB value is (206,212,148). Sum of RGB (Red+Green+Blue) = 206+212+148=566 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.40% from 566); Green value is 212 (83.20% from 255 or 37.46% from 566); Blue value is 148 (58.20% from 255 or 26.15% from 566); Max value from RGB is 212 - color contains mainly: green. Hex color #CED494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED494 is #312B6B. Grayscale: #CBCBCB. Windows color (decimal): -3222380 or 9753806. OLE color: 9753806.

HSL color Cylindrical-coordinate representation of color #CED494: hue angle of 65.62º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CED494 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB206212148-
CMYK0.0300.300.17
HSL65.62º42.67%70.59%-
HSV(B)65.62º30.19%83.14%-
XYZ54.3462.3537.19-
YUV202.9197.01130.2-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.40%
GREEN value IS 212 (83.20% from 255) = 37.46%
BLUE value IS 148 (58.20% from 255) = 26.15%
R=36.40%
G=37.46%
B=26.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2062121480.0300.300.1765.6242.6770.59
HexCED494301E11422b47
Octal31632422430362110253107
Binary110011101101010010010100110111101000110000101010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED494; }

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

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

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

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

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

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

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

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