#dbe890

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

Shades of Primrose #DBE890

Tints of Primrose #DBE890

Color information

#DBE890 (or 0xDBE890) is unknown color: approx Primrose. HEX triplet: DB, E8 and 90. RGB value is (219,232,144). Sum of RGB (Red+Green+Blue) = 219+232+144=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 232 (91.02% from 255 or 38.99% from 595); Blue value is 144 (56.64% from 255 or 24.20% from 595); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE890 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE890 is #24176F. Grayscale: #DADADA. Windows color (decimal): -2365296 or 9496795. OLE color: 9496795.

HSL color Cylindrical-coordinate representation of color #DBE890: hue angle of 68.86º degrees, saturation: 0.66, 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 #DBE890 is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB219232144-
CMYK0.0600.380.09
HSL68.86º65.67%73.73%-
HSV(B)68.86º37.93%90.98%-
XYZ63.174.7937.49-
YUV218.0886.19128.66-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.81%
GREEN value IS 232 (91.02% from 255) = 38.99%
BLUE value IS 144 (56.64% from 255) = 24.20%
R=36.81%
G=38.99%
B=24.20%

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
Decimal2192321440.0600.380.0968.8665.6773.73
HexDBE8906026945424a
Octal333350220604611105102112
Binary11011011111010001001000011001001101001100010110000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dbe890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dbe890; }

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

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

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

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

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

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

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

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