#DEE193

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

Shades of Primrose #DEE193

Tints of Primrose #DEE193

Color information

#DEE193 (or 0xDEE193) is unknown color: approx Primrose. HEX triplet: DE, E1 and 93. RGB value is (222,225,147). Sum of RGB (Red+Green+Blue) = 222+225+147=594 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.37% from 594); Green value is 225 (88.28% from 255 or 37.88% from 594); Blue value is 147 (57.81% from 255 or 24.75% from 594); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE193 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE193 is #211E6C. Grayscale: #D7D7D7. Windows color (decimal): -2170477 or 9691614. OLE color: 9691614.

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

Color convert

RGB222225147-
CMYK0.0100.350.12
HSL62.31º56.52%72.94%-
HSV(B)62.31º34.67%88.24%-
XYZ62.3271.4938.12-
YUV215.2189.51132.84-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.37%
GREEN value IS 225 (88.28% from 255) = 37.88%
BLUE value IS 147 (57.81% from 255) = 24.75%
R=37.37%
G=37.88%
B=24.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2222251470.0100.350.1262.3156.5272.94
HexDEE1931023C3e3949
Octal3363412231043147671111
Binary1101111011100001100100111010001111001111101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE193; }

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

 H1.HeaderClassName
 {
   color: #DEE193;
 }
 .AnyTagClassName
 {
   color: #DEE193;
 }
</style>
background-color css

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

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

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

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

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

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