#DBE291

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

Shades of Primrose #DBE291

Tints of Primrose #DBE291

Color information

#DBE291 (or 0xDBE291) is unknown color: approx Primrose. HEX triplet: DB, E2 and 91. RGB value is (219,226,145). Sum of RGB (Red+Green+Blue) = 219+226+145=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 226 (88.67% from 255 or 38.31% from 590); Blue value is 145 (57.03% from 255 or 24.58% from 590); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE291 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE291 is #241D6E. Grayscale: #D6D6D6. Windows color (decimal): -2366831 or 9560795. OLE color: 9560795.

HSL color Cylindrical-coordinate representation of color #DBE291: hue angle of 65.19º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBE291 is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB219226145-
CMYK0.0300.360.11
HSL65.19º58.27%72.75%-
HSV(B)65.19º35.84%88.63%-
XYZ61.5271.537.35-
YUV214.6788.68131.09-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.12%
GREEN value IS 226 (88.67% from 255) = 38.31%
BLUE value IS 145 (57.03% from 255) = 24.58%
R=37.12%
G=38.31%
B=24.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2192261450.0300.360.1165.1958.2772.75
HexDBE2913024B413a49
Octal33334222130441310172111
Binary110110111110001010010001110100100101110000011110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE291; }

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

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

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

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

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

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

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

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