#CED392

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

Shades of Deco #CED392

Tints of Deco #CED392

Color information

#CED392 (or 0xCED392) is unknown color: approx Deco. HEX triplet: CE, D3 and 92. RGB value is (206,211,146). Sum of RGB (Red+Green+Blue) = 206+211+146=563 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.59% from 563); Green value is 211 (82.81% from 255 or 37.48% from 563); Blue value is 146 (57.42% from 255 or 25.93% from 563); Max value from RGB is 211 - color contains mainly: green. Hex color #CED392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED392 is #312C6D. Grayscale: #CACACA. Windows color (decimal): -3222638 or 9622478. OLE color: 9622478.

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

Color convert

RGB206211146-
CMYK0.0200.310.17
HSL64.62º42.48%70%-
HSV(B)64.62º30.81%82.75%-
XYZ53.9461.7936.28-
YUV202.196.34130.79-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.59%
GREEN value IS 211 (82.81% from 255) = 37.48%
BLUE value IS 146 (57.42% from 255) = 25.93%
R=36.59%
G=37.48%
B=25.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2062111460.0200.310.1764.6242.4870
HexCED392201F11412a46
Octal31632322220372110152106
Binary110011101101001110010010100111111000110000011010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED392; }

 p { color: rgb(206,211,146); }

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

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

 a { background-color: rgb(206,211,146); }

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

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

 span { border-color: rgb(206,211,146); }

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