#DBE891

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

Shades of Primrose #DBE891

Tints of Primrose #DBE891

Color information

#DBE891 (or 0xDBE891) is unknown color: approx Primrose. HEX triplet: DB, E8 and 91. RGB value is (219,232,145). Sum of RGB (Red+Green+Blue) = 219+232+145=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 232 (91.02% from 255 or 38.93% from 596); Blue value is 145 (57.03% from 255 or 24.33% from 596); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE891 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE891 is #24176E. Grayscale: #DADADA. Windows color (decimal): -2365295 or 9562331. OLE color: 9562331.

HSL color Cylindrical-coordinate representation of color #DBE891: hue angle of 68.97º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DBE891 is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB219232145-
CMYK0.0600.380.09
HSL68.97º65.41%73.92%-
HSV(B)68.97º37.5%90.98%-
XYZ63.1874.8237.9-
YUV218.286.69128.57-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.74%
GREEN value IS 232 (91.02% from 255) = 38.93%
BLUE value IS 145 (57.03% from 255) = 24.33%
R=36.74%
G=38.93%
B=24.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2192321450.0600.380.0968.9765.4173.92
HexDBE8916026945414a
Octal333350221604611105101112
Binary11011011111010001001000111001001101001100010110000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE891; }

 p { color: rgb(219,232,145); }

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

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

 a { background-color: rgb(219,232,145); }

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

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

 span { border-color: rgb(219,232,145); }

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