#DBE197

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

Shades of Primrose #DBE197

Tints of Primrose #DBE197

Color information

#DBE197 (or 0xDBE197) is unknown color: approx Primrose. HEX triplet: DB, E1 and 97. RGB value is (219,225,151). Sum of RGB (Red+Green+Blue) = 219+225+151=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 225 (88.28% from 255 or 37.82% from 595); Blue value is 151 (59.38% from 255 or 25.38% from 595); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE197 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE197 is #241E68. Grayscale: #D7D7D7. Windows color (decimal): -2367081 or 9953755. OLE color: 9953755.

HSL color Cylindrical-coordinate representation of color #DBE197: hue angle of 64.86º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBE197 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB219225151-
CMYK0.0300.330.12
HSL64.86º55.22%73.73%-
HSV(B)64.86º32.89%88.24%-
XYZ61.7271.1439.76-
YUV214.7792.01131.02-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.81%
GREEN value IS 225 (88.28% from 255) = 37.82%
BLUE value IS 151 (59.38% from 255) = 25.38%
R=36.81%
G=37.82%
B=25.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2192251510.0300.330.1264.8655.2273.73
HexDBE1973021C41374a
Octal33334122730411410167112
Binary110110111110000110010111110100001110010000011101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE197; }

 p { color: rgb(219,225,151); }

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

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

 a { background-color: rgb(219,225,151); }

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

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

 span { border-color: rgb(219,225,151); }

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