Html Css Color HEX #DEE190 Primrose

📋 copy color: '#DEE190'

red 222 ◦ green 225 ◦ blue 144

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

Shades of Primrose #DEE190

Tints of Primrose #DEE190

RGB

 RED value IS 222 (87.11% from 255) = 37.56%

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

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

R = 37.56%
G = 38.07%
B = 24.37%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#DEE190 (or 0xDEE190) is known color: Primrose. HEX triplet: DE, E1 and 90. RGB value is (222,225,144). Sum of RGB (Red+Green+Blue) = 222+225+144=591 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.56% from 591); Green value is 225 (88.28% from 255 or 38.07% from 591); Blue value is 144 (56.64% from 255 or 24.37% from 591); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE190 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE190 is #211E6F. Grayscale: #D7D7D7. Windows color (decimal): -2170480 or 9495006. OLE color: 9495006.

HSL color Cylindrical-coordinate representation of color #DEE190: hue angle of 62.22º 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 #DEE190 is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 222 225 144 -
CMYK 0.01 0 0.36 0.12
HSL 62.22º 0.57% 0.72% -
HSV(B) 62.22º 0.36% 0.88% -
XYZ 62.08 71.39 36.89 -
YUV 214.87 88.01 133.09 -
System Red Green Blue C M Y K H S L
Decimal 222 225 144 0.01 0 0.36 0.12 62.22 0.57 0.72
Hex DE E1 90 1 0 24 C 3E 39 48
Octal 336 341 220 1 0 44 14 76 71 110
Binary 11011110 11100001 10010000 1 0 100100 1100 111110 111001 1001000

Color Harmonies of #DEE190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE190

Black with #DEE190

Text Example


Text Example

White with #DEE190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE190; }

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

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

background-color css

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

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

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

border-color css

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

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

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