#DED894

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

Shades of Primrose #DED894

Tints of Primrose #DED894

Color information

#DED894 (or 0xDED894) is unknown color: approx Primrose. HEX triplet: DE, D8 and 94. RGB value is (222,216,148). Sum of RGB (Red+Green+Blue) = 222+216+148=586 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.88% from 586); Green value is 216 (84.77% from 255 or 36.86% from 586); Blue value is 148 (58.20% from 255 or 25.26% from 586); Max value from RGB is 222 - color contains mainly: red. Hex color #DED894 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED894 is #21276B. Grayscale: #D2D2D2. Windows color (decimal): -2172780 or 9754846. OLE color: 9754846.

HSL color Cylindrical-coordinate representation of color #DED894: hue angle of 55.14º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DED894 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB222216148-
CMYK00.030.330.13
HSL55.14º52.86%72.55%-
HSV(B)55.14º33.33%87.06%-
XYZ60.0366.7837.74-
YUV210.0492.99136.53-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.88%
GREEN value IS 216 (84.77% from 255) = 36.86%
BLUE value IS 148 (58.20% from 255) = 25.26%
R=37.88%
G=36.86%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221614800.030.330.1355.1452.8672.55
HexDED8940321D373549
Octal3363302240341156765111
Binary11011110110110001001010001110000111011101111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED894; }

 p { color: rgb(222,216,148); }

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

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

 a { background-color: rgb(222,216,148); }

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

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

 span { border-color: rgb(222,216,148); }

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