#CED495

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

Shades of Deco #CED495

Tints of Deco #CED495

Color information

#CED495 (or 0xCED495) is unknown color: approx Deco. HEX triplet: CE, D4 and 95. RGB value is (206,212,149). Sum of RGB (Red+Green+Blue) = 206+212+149=567 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.33% from 567); Green value is 212 (83.20% from 255 or 37.39% from 567); Blue value is 149 (58.59% from 255 or 26.28% from 567); Max value from RGB is 212 - color contains mainly: green. Hex color #CED495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED495 is #312B6A. Grayscale: #CBCBCB. Windows color (decimal): -3222379 or 9819342. OLE color: 9819342.

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

Color convert

RGB206212149-
CMYK0.0300.300.17
HSL65.71º42.28%70.78%-
HSV(B)65.71º29.72%83.14%-
XYZ54.4262.3837.61-
YUV203.0297.51130.12-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.33%
GREEN value IS 212 (83.20% from 255) = 37.39%
BLUE value IS 149 (58.59% from 255) = 26.28%
R=36.33%
G=37.39%
B=26.28%

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
Decimal2062121490.0300.300.1765.7142.2870.78
HexCED495301E11422a47
Octal31632422530362110252107
Binary110011101101010010010101110111101000110000101010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED495; }

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

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

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

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

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

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

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

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