#DEE190

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

Shades of Primrose #DEE190

Tints of Primrose #DEE190

Color information

#DEE190 (or 0xDEE190) is unknown color: approx 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

RGB222225144-
CMYK0.0100.360.12
HSL62.22º57.45%72.35%-
HSV(B)62.22º36%88.24%-
XYZ62.0871.3936.89-
YUV214.8788.01133.09-

RGB Variations

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

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 (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2222251440.0100.360.1262.2257.4572.35
HexDEE1901024C3e3948
Octal3363412201044147671110
Binary1101111011100001100100001010010011001111101110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>