#DFE182

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

Shades of Primrose #DFE182

Tints of Primrose #DFE182

Color information

#DFE182 (or 0xDFE182) is unknown color: approx Primrose. HEX triplet: DF, E1 and 82. RGB value is (223,225,130). Sum of RGB (Red+Green+Blue) = 223+225+130=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 225 (88.28% from 255 or 38.93% from 578); Blue value is 130 (51.17% from 255 or 22.49% from 578); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE182 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE182 is #201E7D. Grayscale: #D5D5D5. Windows color (decimal): -2104958 or 8577503. OLE color: 8577503.

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

Color convert

RGB223225130-
CMYK0.0100.420.12
HSL61.26º61.29%69.61%-
HSV(B)61.26º42.22%88.24%-
XYZ61.3971.1531.62-
YUV213.5780.84134.72-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.58%
GREEN value IS 225 (88.28% from 255) = 38.93%
BLUE value IS 130 (51.17% from 255) = 22.49%
R=38.58%
G=38.93%
B=22.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2232251300.0100.420.1261.2661.2969.61
HexDFE182102AC3d3d46
Octal3373412021052147575106
Binary1101111111100001100000101010101011001111011111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE182; }

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

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

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

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

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

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

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

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