#CED491

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

Shades of Deco #CED491

Tints of Deco #CED491

Color information

#CED491 (or 0xCED491) is unknown color: approx Deco. HEX triplet: CE, D4 and 91. RGB value is (206,212,145). Sum of RGB (Red+Green+Blue) = 206+212+145=563 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.59% from 563); Green value is 212 (83.20% from 255 or 37.66% from 563); Blue value is 145 (57.03% from 255 or 25.75% from 563); Max value from RGB is 212 - color contains mainly: green. Hex color #CED491 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED491 is #312B6E. Grayscale: #CACACA. Windows color (decimal): -3222383 or 9557198. OLE color: 9557198.

HSL color Cylindrical-coordinate representation of color #CED491: hue angle of 65.37º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CED491 is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB206212145-
CMYK0.0300.320.17
HSL65.37º43.79%70%-
HSV(B)65.37º31.6%83.14%-
XYZ54.1162.2535.95-
YUV202.5795.51130.45-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.59%
GREEN value IS 212 (83.20% from 255) = 37.66%
BLUE value IS 145 (57.03% from 255) = 25.75%
R=36.59%
G=37.66%
B=25.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2062121450.0300.320.1765.3743.7970
HexCED491302011412c46
Octal31632422130402110154106
Binary1100111011010100100100011101000001000110000011011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED491; }

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

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

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

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

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

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

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

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