#DDE391

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

Shades of Primrose #DDE391

Tints of Primrose #DDE391

Color information

#DDE391 (or 0xDDE391) is unknown color: approx Primrose. HEX triplet: DD, E3 and 91. RGB value is (221,227,145). Sum of RGB (Red+Green+Blue) = 221+227+145=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 227 (89.06% from 255 or 38.28% from 593); Blue value is 145 (57.03% from 255 or 24.45% from 593); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE391 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE391 is #221C6E. Grayscale: #D8D8D8. Windows color (decimal): -2235503 or 9561053. OLE color: 9561053.

HSL color Cylindrical-coordinate representation of color #DDE391: hue angle of 64.39º 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 #DDE391 is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB221227145-
CMYK0.0300.360.11
HSL64.39º59.42%72.94%-
HSV(B)64.39º36.12%89.02%-
XYZ62.472.3537.47-
YUV215.8688.01131.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.27%
GREEN value IS 227 (89.06% from 255) = 38.28%
BLUE value IS 145 (57.03% from 255) = 24.45%
R=37.27%
G=38.28%
B=24.45%

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
Decimal2212271450.0300.360.1164.3959.4272.94
HexDDE3913024B403b49
Octal33534322130441310073111
Binary110111011110001110010001110100100101110000001110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE391; }

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

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

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

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

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

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

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

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