#DDE096

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

Shades of Primrose #DDE096

Tints of Primrose #DDE096

Color information

#DDE096 (or 0xDDE096) is unknown color: approx Primrose. HEX triplet: DD, E0 and 96. RGB value is (221,224,150). Sum of RGB (Red+Green+Blue) = 221+224+150=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 224 (87.89% from 255 or 37.65% from 595); Blue value is 150 (58.98% from 255 or 25.21% from 595); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE096 is #221F69. Grayscale: #D6D6D6. Windows color (decimal): -2236266 or 9887965. OLE color: 9887965.

HSL color Cylindrical-coordinate representation of color #DDE096: hue angle of 62.43º degrees, saturation: 0.54, 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 #DDE096 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB221224150-
CMYK0.0100.330.12
HSL62.43º54.41%73.33%-
HSV(B)62.43º33.04%87.84%-
XYZ61.9870.8939.27-
YUV214.6791.51132.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.14%
GREEN value IS 224 (87.89% from 255) = 37.65%
BLUE value IS 150 (58.98% from 255) = 25.21%
R=37.14%
G=37.65%
B=25.21%

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
Decimal2212241500.0100.330.1262.4354.4173.33
HexDDE0961021C3e3649
Octal3353402261041147666111
Binary1101110111100000100101101010000111001111101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE096; }

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

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

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

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

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

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

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

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