#DFE194

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

Shades of Primrose #DFE194

Tints of Primrose #DFE194

Color information

#DFE194 (or 0xDFE194) is unknown color: approx Primrose. HEX triplet: DF, E1 and 94. RGB value is (223,225,148). Sum of RGB (Red+Green+Blue) = 223+225+148=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 225 (88.28% from 255 or 37.75% from 596); Blue value is 148 (58.20% from 255 or 24.83% from 596); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE194 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE194 is #201E6B. Grayscale: #D7D7D7. Windows color (decimal): -2104940 or 9757151. OLE color: 9757151.

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

Color convert

RGB223225148-
CMYK0.0100.340.12
HSL61.56º56.2%73.14%-
HSV(B)61.56º34.22%88.24%-
XYZ62.771.6838.55-
YUV215.6289.84133.26-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.42%
GREEN value IS 225 (88.28% from 255) = 37.75%
BLUE value IS 148 (58.20% from 255) = 24.83%
R=37.42%
G=37.75%
B=24.83%

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
Decimal2232251480.0100.340.1261.5656.273.14
HexDFE1941022C3e3849
Octal3373412241042147670111
Binary1101111111100001100101001010001011001111101110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE194; }

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

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

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

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

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

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

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

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