#DDE094

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

Shades of Primrose #DDE094

Tints of Primrose #DDE094

Color information

#DDE094 (or 0xDDE094) is unknown color: approx Primrose. HEX triplet: DD, E0 and 94. RGB value is (221,224,148). Sum of RGB (Red+Green+Blue) = 221+224+148=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 224 (87.89% from 255 or 37.77% from 593); Blue value is 148 (58.20% from 255 or 24.96% from 593); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE094 is #221F6B. Grayscale: #D6D6D6. Windows color (decimal): -2236268 or 9756893. OLE color: 9756893.

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

Color convert

RGB221224148-
CMYK0.0100.340.12
HSL62.37º55.07%72.94%-
HSV(B)62.37º33.93%87.84%-
XYZ61.8270.8238.43-
YUV214.4490.51132.68-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.27%
GREEN value IS 224 (87.89% from 255) = 37.77%
BLUE value IS 148 (58.20% from 255) = 24.96%
R=37.27%
G=37.77%
B=24.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2212241480.0100.340.1262.3755.0772.94
HexDDE0941022C3e3749
Octal3353402241042147667111
Binary1101110111100000100101001010001011001111101101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE094; }

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

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

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

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

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

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

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

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