#DFE785

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

Shades of Primrose #DFE785

Tints of Primrose #DFE785

Color information

#DFE785 (or 0xDFE785) is unknown color: approx Primrose. HEX triplet: DF, E7 and 85. RGB value is (223,231,133). Sum of RGB (Red+Green+Blue) = 223+231+133=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 231 (90.62% from 255 or 39.35% from 587); Blue value is 133 (52.34% from 255 or 22.66% from 587); Max value from RGB is 231 - color contains mainly: green. Hex color #DFE785 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFE785 is #20187A. Grayscale: #D9D9D9. Windows color (decimal): -2103419 or 8775647. OLE color: 8775647.

HSL color Cylindrical-coordinate representation of color #DFE785: hue angle of 64.9º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DFE785 is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB223231133-
CMYK0.0300.420.09
HSL64.9º67.12%71.37%-
HSV(B)64.9º42.42%90.59%-
XYZ63.2474.5333.24-
YUV217.4480.35131.97-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.99%
GREEN value IS 231 (90.62% from 255) = 39.35%
BLUE value IS 133 (52.34% from 255) = 22.66%
R=37.99%
G=39.35%
B=22.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2232311330.0300.420.0964.967.1271.37
HexDFE785302A9414347
Octal337347205305211101103107
Binary1101111111100111100001011101010101001100000110000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE785; }

 p { color: rgb(223,231,133); }

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

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

 a { background-color: rgb(223,231,133); }

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

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

 span { border-color: rgb(223,231,133); }

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