#DBE598

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

Shades of Primrose #DBE598

Tints of Primrose #DBE598

Color information

#DBE598 (or 0xDBE598) is unknown color: approx Primrose. HEX triplet: DB, E5 and 98. RGB value is (219,229,152). Sum of RGB (Red+Green+Blue) = 219+229+152=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 229 (89.84% from 255 or 38.17% from 600); Blue value is 152 (59.77% from 255 or 25.33% from 600); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE598 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE598 is #241A67. Grayscale: #D9D9D9. Windows color (decimal): -2366056 or 10020315. OLE color: 10020315.

HSL color Cylindrical-coordinate representation of color #DBE598: hue angle of 67.79º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DBE598 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.

Color convert

RGB219229152-
CMYK0.0400.340.10
HSL67.79º59.69%74.71%-
HSV(B)67.79º33.62%89.8%-
XYZ62.973.3740.55-
YUV217.2391.19129.26-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.5%
GREEN value IS 229 (89.84% from 255) = 38.17%
BLUE value IS 152 (59.77% from 255) = 25.33%
R=36.5%
G=38.17%
B=25.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2192291520.0400.340.1067.7959.6974.71
HexDBE5984022A443c4b
Octal33334523040421210474113
Binary1101101111100101100110001000100010101010001001111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE598; }

 p { color: rgb(219,229,152); }

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

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

 a { background-color: rgb(219,229,152); }

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

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

 span { border-color: rgb(219,229,152); }

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