#DED893

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

Shades of Primrose #DED893

Tints of Primrose #DED893

Color information

#DED893 (or 0xDED893) is unknown color: approx Primrose. HEX triplet: DE, D8 and 93. RGB value is (222,216,147). Sum of RGB (Red+Green+Blue) = 222+216+147=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 216 (84.77% from 255 or 36.92% from 585); Blue value is 147 (57.81% from 255 or 25.13% from 585); Max value from RGB is 222 - color contains mainly: red. Hex color #DED893 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED893 is #21276C. Grayscale: #D2D2D2. Windows color (decimal): -2172781 or 9689310. OLE color: 9689310.

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

Color convert

RGB222216147-
CMYK00.030.340.13
HSL55.2º53.19%72.35%-
HSV(B)55.2º33.78%87.06%-
XYZ59.9566.7537.33-
YUV209.9392.49136.61-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.95%
GREEN value IS 216 (84.77% from 255) = 36.92%
BLUE value IS 147 (57.81% from 255) = 25.13%
R=37.95%
G=36.92%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221614700.030.340.1355.253.1972.35
HexDED8930322D373548
Octal3363302230342156765110
Binary11011110110110001001001101110001011011101111101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED893; }

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

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

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

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

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

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

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

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