#DBE697

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

Shades of Primrose #DBE697

Tints of Primrose #DBE697

Color information

#DBE697 (or 0xDBE697) is unknown color: approx Primrose. HEX triplet: DB, E6 and 97. RGB value is (219,230,151). Sum of RGB (Red+Green+Blue) = 219+230+151=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 230 (90.23% from 255 or 38.33% from 600); Blue value is 151 (59.38% from 255 or 25.17% from 600); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE697 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE697 is #241968. Grayscale: #DADADA. Windows color (decimal): -2365801 or 9955035. OLE color: 9955035.

HSL color Cylindrical-coordinate representation of color #DBE697: hue angle of 68.35º degrees, saturation: 0.61, 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 #DBE697 is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.

Color convert

RGB219230151-
CMYK0.0500.340.10
HSL68.35º61.24%74.71%-
HSV(B)68.35º34.35%90.2%-
XYZ63.173.8940.21-
YUV217.790.36128.92-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.5%
GREEN value IS 230 (90.23% from 255) = 38.33%
BLUE value IS 151 (59.38% from 255) = 25.17%
R=36.5%
G=38.33%
B=25.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2192301510.0500.340.1068.3561.2474.71
HexDBE6975022A443d4b
Octal33334622750421210475113
Binary1101101111100110100101111010100010101010001001111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE697; }

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

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

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

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

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

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

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

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