#DDE392

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

Shades of Primrose #DDE392

Tints of Primrose #DDE392

Color information

#DDE392 (or 0xDDE392) is unknown color: approx Primrose. HEX triplet: DD, E3 and 92. RGB value is (221,227,146). Sum of RGB (Red+Green+Blue) = 221+227+146=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 227 (89.06% from 255 or 38.22% from 594); Blue value is 146 (57.42% from 255 or 24.58% from 594); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE392 is #221C6D. Grayscale: #D8D8D8. Windows color (decimal): -2235502 or 9626589. OLE color: 9626589.

HSL color Cylindrical-coordinate representation of color #DDE392: hue angle of 64.44º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DDE392 is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB221227146-
CMYK0.0300.360.11
HSL64.44º59.12%73.14%-
HSV(B)64.44º35.68%89.02%-
XYZ62.4872.3937.87-
YUV215.9788.51131.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.21%
GREEN value IS 227 (89.06% from 255) = 38.22%
BLUE value IS 146 (57.42% from 255) = 24.58%
R=37.21%
G=38.22%
B=24.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212271460.0300.360.1164.4459.1273.14
HexDDE3923024B403b49
Octal33534322230441310073111
Binary110111011110001110010010110100100101110000001110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE392; }

 p { color: rgb(221,227,146); }

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

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

 a { background-color: rgb(221,227,146); }

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

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

 span { border-color: rgb(221,227,146); }

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