#DBE195

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

Shades of Primrose #DBE195

Tints of Primrose #DBE195

Color information

#DBE195 (or 0xDBE195) is unknown color: approx Primrose. HEX triplet: DB, E1 and 95. RGB value is (219,225,149). Sum of RGB (Red+Green+Blue) = 219+225+149=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 225 (88.28% from 255 or 37.94% from 593); Blue value is 149 (58.59% from 255 or 25.13% from 593); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE195 is #241E6A. Grayscale: #D6D6D6. Windows color (decimal): -2367083 or 9822683. OLE color: 9822683.

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

Color convert

RGB219225149-
CMYK0.0300.340.12
HSL64.74º55.88%73.33%-
HSV(B)64.74º33.78%88.24%-
XYZ61.5671.0838.91-
YUV214.5491.01131.18-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.93%
GREEN value IS 225 (88.28% from 255) = 37.94%
BLUE value IS 149 (58.59% from 255) = 25.13%
R=36.93%
G=37.94%
B=25.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2192251490.0300.340.1264.7455.8873.33
HexDBE1953022C413849
Octal33334122530421410170111
Binary110110111110000110010101110100010110010000011110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE195; }

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

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

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

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

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

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

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

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