#DBE096

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

Shades of Primrose #DBE096

Tints of Primrose #DBE096

Color information

#DBE096 (or 0xDBE096) is unknown color: approx Primrose. HEX triplet: DB, E0 and 96. RGB value is (219,224,150). Sum of RGB (Red+Green+Blue) = 219+224+150=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 224 (87.89% from 255 or 37.77% from 593); Blue value is 150 (58.98% from 255 or 25.30% from 593); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE096 is #241F69. Grayscale: #D6D6D6. Windows color (decimal): -2367338 or 9887963. OLE color: 9887963.

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

Color convert

RGB219224150-
CMYK0.0200.330.12
HSL64.05º54.41%73.33%-
HSV(B)64.05º33.04%87.84%-
XYZ61.3770.5739.24-
YUV214.0791.84131.52-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.93%
GREEN value IS 224 (87.89% from 255) = 37.77%
BLUE value IS 150 (58.98% from 255) = 25.30%
R=36.93%
G=37.77%
B=25.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2192241500.0200.330.1264.0554.4173.33
HexDBE0962021C403649
Octal33334022620411410066111
Binary110110111110000010010110100100001110010000001101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE096; }

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

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

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

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

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

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

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

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