#DBE094

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

Shades of Primrose #DBE094

Tints of Primrose #DBE094

Color information

#DBE094 (or 0xDBE094) is unknown color: approx Primrose. HEX triplet: DB, E0 and 94. RGB value is (219,224,148). Sum of RGB (Red+Green+Blue) = 219+224+148=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 224 (87.89% from 255 or 37.90% from 591); Blue value is 148 (58.20% from 255 or 25.04% from 591); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE094 is #241F6B. Grayscale: #D6D6D6. Windows color (decimal): -2367340 or 9756891. OLE color: 9756891.

HSL color Cylindrical-coordinate representation of color #DBE094: hue angle of 63.95º 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 #DBE094 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB219224148-
CMYK0.0200.340.12
HSL63.95º55.07%72.94%-
HSV(B)63.95º33.93%87.84%-
XYZ61.2170.5138.4-
YUV213.8490.84131.68-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.06%
GREEN value IS 224 (87.89% from 255) = 37.90%
BLUE value IS 148 (58.20% from 255) = 25.04%
R=37.06%
G=37.90%
B=25.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2192241480.0200.340.1263.9555.0772.94
HexDBE0942022C403749
Octal33334022420421410067111
Binary110110111110000010010100100100010110010000001101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE094; }

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

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

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

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

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

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

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

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