#CED584

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

Shades of Deco #CED584

Tints of Deco #CED584

Color information

#CED584 (or 0xCED584) is unknown color: approx Deco. HEX triplet: CE, D5 and 84. RGB value is (206,213,132). Sum of RGB (Red+Green+Blue) = 206+213+132=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 213 (83.59% from 255 or 38.66% from 551); Blue value is 132 (51.95% from 255 or 23.96% from 551); Max value from RGB is 213 - color contains mainly: green. Hex color #CED584 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED584 is #312A7B. Grayscale: #C9C9C9. Windows color (decimal): -3222140 or 8705486. OLE color: 8705486.

HSL color Cylindrical-coordinate representation of color #CED584: hue angle of 65.19º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CED584 is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB206213132-
CMYK0.0300.380.16
HSL65.19º49.09%67.65%-
HSV(B)65.19º38.03%83.53%-
XYZ53.4162.3831.05-
YUV201.6788.68131.09-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.39%
GREEN value IS 213 (83.59% from 255) = 38.66%
BLUE value IS 132 (51.95% from 255) = 23.96%
R=37.39%
G=38.66%
B=23.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2062131320.0300.380.1665.1949.0967.65
HexCED584302610413144
Octal31632520430462010161104
Binary1100111011010101100001001101001101000010000011100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED584; }

 p { color: rgb(206,213,132); }

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

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

 a { background-color: rgb(206,213,132); }

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

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

 span { border-color: rgb(206,213,132); }

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