#CED173

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

Shades of Deco #CED173

Tints of Deco #CED173

Color information

#CED173 (or 0xCED173) is unknown color: approx Deco. HEX triplet: CE, D1 and 73. RGB value is (206,209,115). Sum of RGB (Red+Green+Blue) = 206+209+115=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 209 (82.03% from 255 or 39.43% from 530); Blue value is 115 (45.31% from 255 or 21.70% from 530); Max value from RGB is 209 - color contains mainly: green. Hex color #CED173 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED173 is #312E8C. Grayscale: #C5C5C5. Windows color (decimal): -3223181 or 7590350. OLE color: 7590350.

HSL color Cylindrical-coordinate representation of color #CED173: hue angle of 61.91º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CED173 is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB206209115-
CMYK0.0100.450.18
HSL61.91º50.54%63.53%-
HSV(B)61.91º44.98%81.96%-
XYZ51.3559.9625.09-
YUV197.3981.51134.14-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.87%
GREEN value IS 209 (82.03% from 255) = 39.43%
BLUE value IS 115 (45.31% from 255) = 21.70%
R=38.87%
G=39.43%
B=21.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2062091150.0100.450.1861.9150.5463.53
HexCED173102D123e3340
Octal3163211631055227663100
Binary1100111011010001111001110101101100101111101100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED173; }

 p { color: rgb(206,209,115); }

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

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

 a { background-color: rgb(206,209,115); }

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

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

 span { border-color: rgb(206,209,115); }

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