#DFE193

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

Shades of Primrose #DFE193

Tints of Primrose #DFE193

Color information

#DFE193 (or 0xDFE193) is unknown color: approx Primrose. HEX triplet: DF, E1 and 93. RGB value is (223,225,147). Sum of RGB (Red+Green+Blue) = 223+225+147=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 225 (88.28% from 255 or 37.82% from 595); Blue value is 147 (57.81% from 255 or 24.71% from 595); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE193 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE193 is #201E6C. Grayscale: #D7D7D7. Windows color (decimal): -2104941 or 9691615. OLE color: 9691615.

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

Color convert

RGB223225147-
CMYK0.0100.350.12
HSL61.54º56.52%72.94%-
HSV(B)61.54º34.67%88.24%-
XYZ62.6271.6438.13-
YUV215.5189.34133.34-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.48%
GREEN value IS 225 (88.28% from 255) = 37.82%
BLUE value IS 147 (57.81% from 255) = 24.71%
R=37.48%
G=37.82%
B=24.71%

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
Decimal2232251470.0100.350.1261.5456.5272.94
HexDFE1931023C3e3949
Octal3373412231043147671111
Binary1101111111100001100100111010001111001111101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE193; }

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

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

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

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

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

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

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

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