#DBDE9C

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

Shades of Primrose #DBDE9C

Tints of Primrose #DBDE9C

Color information

#DBDE9C (or 0xDBDE9C) is unknown color: approx Primrose. HEX triplet: DB, DE and 9C. RGB value is (219,222,156). Sum of RGB (Red+Green+Blue) = 219+222+156=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 222 (87.11% from 255 or 37.19% from 597); Blue value is 156 (61.33% from 255 or 26.13% from 597); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDE9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDE9C is #242163. Grayscale: #D5D5D5. Windows color (decimal): -2367844 or 10280667. OLE color: 10280667.

HSL color Cylindrical-coordinate representation of color #DBDE9C: hue angle of 62.73º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBDE9C is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB219222156-
CMYK0.0100.300.13
HSL62.73º50%74.12%-
HSV(B)62.73º29.73%87.06%-
XYZ61.3469.741.67-
YUV213.5895.51131.87-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.68%
GREEN value IS 222 (87.11% from 255) = 37.19%
BLUE value IS 156 (61.33% from 255) = 26.13%
R=36.68%
G=37.19%
B=26.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2192221560.0100.300.1362.735074.12
HexDBDE9C101ED3f324a
Octal3333362341036157762112
Binary110110111101111010011100101111011011111111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDE9C; }

 p { color: rgb(219,222,156); }

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

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

 a { background-color: rgb(219,222,156); }

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

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

 span { border-color: rgb(219,222,156); }

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