Html Css Color HEX #DBE18E Primrose

📋 copy color: '#DBE18E'

red 219 ◦ green 225 ◦ blue 142

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

Shades of Primrose #DBE18E

Tints of Primrose #DBE18E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 24.23%

R = 37.37%
G = 38.4%
B = 24.23%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#DBE18E (or 0xDBE18E) is known color: Primrose. HEX triplet: DB, E1 and 8E. RGB value is (219,225,142). Sum of RGB (Red+Green+Blue) = 219+225+142=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 225 (88.28% from 255 or 38.40% from 586); Blue value is 142 (55.86% from 255 or 24.23% from 586); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE18E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE18E is #241E71. Grayscale: #D6D6D6. Windows color (decimal): -2367090 or 9363931. OLE color: 9363931.

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

Color convert

RGB 219 225 142 -
CMYK 0.03 0 0.37 0.12
HSL 64.34º 0.58% 0.72% -
HSV(B) 64.34º 0.37% 0.88% -
XYZ 61.02 70.86 36.05 -
YUV 213.74 87.51 131.75 -
System Red Green Blue C M Y K H S L
Decimal 219 225 142 0.03 0 0.37 0.12 64.34 0.58 0.72
Hex DB E1 8E 3 0 25 C 40 3A 48
Octal 333 341 216 3 0 45 14 100 72 110
Binary 11011011 11100001 10001110 11 0 100101 1100 1000000 111010 1001000

Color Harmonies of #DBE18E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE18E

Black with #DBE18E

Text Example


Text Example

White with #DBE18E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE18E; }

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

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

background-color css

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

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

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

border-color css

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

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

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