Html Css Color HEX #DBE190 Primrose

📋 copy color: '#DBE190'

red 219 ◦ green 225 ◦ blue 144

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

Shades of Primrose #DBE190

Tints of Primrose #DBE190

RGB

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

 GREEN value IS 225 (88.28% from 255) = 38.27%

 BLUE value IS 144 (56.64% from 255) = 24.49%

R = 37.24%
G = 38.27%
B = 24.49%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#DBE190 (or 0xDBE190) is known color: Primrose. HEX triplet: DB, E1 and 90. RGB value is (219,225,144). Sum of RGB (Red+Green+Blue) = 219+225+144=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 225 (88.28% from 255 or 38.27% from 588); Blue value is 144 (56.64% from 255 or 24.49% from 588); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE190 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE190 is #241E6F. Grayscale: #D6D6D6. Windows color (decimal): -2367088 or 9495003. OLE color: 9495003.

HSL color Cylindrical-coordinate representation of color #DBE190: hue angle of 64.44º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBE190 is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 225 144 -
CMYK 0.03 0 0.36 0.12
HSL 64.44º 0.57% 0.72% -
HSV(B) 64.44º 0.36% 0.88% -
XYZ 61.17 70.92 36.85 -
YUV 213.97 88.51 131.59 -
System Red Green Blue C M Y K H S L
Decimal 219 225 144 0.03 0 0.36 0.12 64.44 0.57 0.72
Hex DB E1 90 3 0 24 C 40 39 48
Octal 333 341 220 3 0 44 14 100 71 110
Binary 11011011 11100001 10010000 11 0 100100 1100 1000000 111001 1001000

Color Harmonies of #DBE190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE190

Black with #DBE190

Text Example


Text Example

White with #DBE190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE190; }

 p { color: rgb(219,225,144); }

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

background-color css

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

 a { background-color: rgb(219,225,144); }

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

border-color css

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

 span { border-color: rgb(219,225,144); }

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