#DDE095

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

Shades of Primrose #DDE095

Tints of Primrose #DDE095

Color information

#DDE095 (or 0xDDE095) is unknown color: approx Primrose. HEX triplet: DD, E0 and 95. RGB value is (221,224,149). Sum of RGB (Red+Green+Blue) = 221+224+149=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 224 (87.89% from 255 or 37.71% from 594); Blue value is 149 (58.59% from 255 or 25.08% from 594); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE095 is #221F6A. Grayscale: #D6D6D6. Windows color (decimal): -2236267 or 9822429. OLE color: 9822429.

HSL color Cylindrical-coordinate representation of color #DDE095: hue angle of 62.4º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDE095 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB221224149-
CMYK0.0100.330.12
HSL62.4º54.74%73.14%-
HSV(B)62.4º33.48%87.84%-
XYZ61.970.8538.85-
YUV214.5591.01132.6-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.21%
GREEN value IS 224 (87.89% from 255) = 37.71%
BLUE value IS 149 (58.59% from 255) = 25.08%
R=37.21%
G=37.71%
B=25.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2212241490.0100.330.1262.454.7473.14
HexDDE0951021C3e3749
Octal3353402251041147667111
Binary1101110111100000100101011010000111001111101101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE095; }

 p { color: rgb(221,224,149); }

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

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

 a { background-color: rgb(221,224,149); }

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

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

 span { border-color: rgb(221,224,149); }

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