#DBE793

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

Shades of Primrose #DBE793

Tints of Primrose #DBE793

Color information

#DBE793 (or 0xDBE793) is unknown color: approx Primrose. HEX triplet: DB, E7 and 93. RGB value is (219,231,147). Sum of RGB (Red+Green+Blue) = 219+231+147=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 231 (90.62% from 255 or 38.69% from 597); Blue value is 147 (57.81% from 255 or 24.62% from 597); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE793 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE793 is #24186C. Grayscale: #DADADA. Windows color (decimal): -2365549 or 9693147. OLE color: 9693147.

HSL color Cylindrical-coordinate representation of color #DBE793: hue angle of 68.57º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBE793 is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB219231147-
CMYK0.0500.360.09
HSL68.57º63.64%74.12%-
HSV(B)68.57º36.36%90.59%-
XYZ63.0674.3238.63-
YUV217.8488.02128.83-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.68%
GREEN value IS 231 (90.62% from 255) = 38.69%
BLUE value IS 147 (57.81% from 255) = 24.62%
R=36.68%
G=38.69%
B=24.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2192311470.0500.360.0968.5763.6474.12
HexDBE7935024945404a
Octal333347223504411105100112
Binary11011011111001111001001110101001001001100010110000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE793; }

 p { color: rgb(219,231,147); }

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

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

 a { background-color: rgb(219,231,147); }

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

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

 span { border-color: rgb(219,231,147); }

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