#DFE394

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

Shades of Primrose #DFE394

Tints of Primrose #DFE394

Color information

#DFE394 (or 0xDFE394) is unknown color: approx Primrose. HEX triplet: DF, E3 and 94. RGB value is (223,227,148). Sum of RGB (Red+Green+Blue) = 223+227+148=598 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.29% from 598); Green value is 227 (89.06% from 255 or 37.96% from 598); Blue value is 148 (58.20% from 255 or 24.75% from 598); Max value from RGB is 227 - color contains mainly: green. Hex color #DFE394 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE394 is #201C6B. Grayscale: #D9D9D9. Windows color (decimal): -2104428 or 9757663. OLE color: 9757663.

HSL color Cylindrical-coordinate representation of color #DFE394: hue angle of 63.04º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DFE394 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB223227148-
CMYK0.0200.350.11
HSL63.04º58.52%73.53%-
HSV(B)63.04º34.8%89.02%-
XYZ63.2572.7638.73-
YUV216.889.17132.42-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.29%
GREEN value IS 227 (89.06% from 255) = 37.96%
BLUE value IS 148 (58.20% from 255) = 24.75%
R=37.29%
G=37.96%
B=24.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2232271480.0200.350.1163.0458.5273.53
HexDFE3942023B3f3b4a
Octal3373432242043137773112
Binary11011111111000111001010010010001110111111111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE394; }

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

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

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

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

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

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

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

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