#DEE194

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

Shades of Primrose #DEE194

Tints of Primrose #DEE194

Color information

#DEE194 (or 0xDEE194) is unknown color: approx Primrose. HEX triplet: DE, E1 and 94. RGB value is (222,225,148). Sum of RGB (Red+Green+Blue) = 222+225+148=595 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.31% from 595); Green value is 225 (88.28% from 255 or 37.82% from 595); Blue value is 148 (58.20% from 255 or 24.87% from 595); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE194 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE194 is #211E6B. Grayscale: #D7D7D7. Windows color (decimal): -2170476 or 9757150. OLE color: 9757150.

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

Color convert

RGB222225148-
CMYK0.0100.340.12
HSL62.34º56.2%73.14%-
HSV(B)62.34º34.22%88.24%-
XYZ62.3971.5238.53-
YUV215.3290.01132.76-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.31%
GREEN value IS 225 (88.28% from 255) = 37.82%
BLUE value IS 148 (58.20% from 255) = 24.87%
R=37.31%
G=37.82%
B=24.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2222251480.0100.340.1262.3456.273.14
HexDEE1941022C3e3849
Octal3363412241042147670111
Binary1101111011100001100101001010001011001111101110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE194; }

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

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

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

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

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

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

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

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