Html Css Color HEX #DBDE9D Primrose

📋 copy color: '#DBDE9D'

red 219 ◦ green 222 ◦ blue 157

#DBDE9D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Primrose #DBDE9D

Tints of Primrose #DBDE9D

RGB

 RED value IS 219 (85.94% from 255) = 36.62%

 GREEN value IS 222 (87.11% from 255) = 37.12%

 BLUE value IS 157 (61.72% from 255) = 26.25%

R = 36.62%
G = 37.12%
B = 26.25%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DBDE9D (or 0xDBDE9D) is known color: Primrose. HEX triplet: DB, DE and 9D. RGB value is (219,222,157). Sum of RGB (Red+Green+Blue) = 219+222+157=598 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.62% from 598); Green value is 222 (87.11% from 255 or 37.12% from 598); Blue value is 157 (61.72% from 255 or 26.25% from 598); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDE9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDE9D is #242162. Grayscale: #D5D5D5. Windows color (decimal): -2367843 or 10346203. OLE color: 10346203.

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

Color convert

RGB 219 222 157 -
CMYK 0.01 0 0.29 0.13
HSL 62.77º 0.5% 0.74% -
HSV(B) 62.77º 0.29% 0.87% -
XYZ 61.42 69.74 42.12 -
YUV 213.69 96.01 131.79 -
System Red Green Blue C M Y K H S L
Decimal 219 222 157 0.01 0 0.29 0.13 62.77 0.5 0.74
Hex DB DE 9D 1 0 1D D 3F 32 4A
Octal 333 336 235 1 0 35 15 77 62 112
Binary 11011011 11011110 10011101 1 0 11101 1101 111111 110010 1001010

Color Harmonies of #DBDE9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBDE9D

Black with #DBDE9D

Text Example


Text Example

White with #DBDE9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBDE9D; }

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

 H1.HeaderClassName
 {
   color: #DBDE9D;
 }
 .AnyTagClassName
 {
   color: #DBDE9D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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