#DFE796

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

Shades of Primrose #DFE796

Tints of Primrose #DFE796

Color information

#DFE796 (or 0xDFE796) is unknown color: approx Primrose. HEX triplet: DF, E7 and 96. RGB value is (223,231,150). Sum of RGB (Red+Green+Blue) = 223+231+150=604 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.92% from 604); Green value is 231 (90.62% from 255 or 38.25% from 604); Blue value is 150 (58.98% from 255 or 24.83% from 604); Max value from RGB is 231 - color contains mainly: green. Hex color #DFE796 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFE796 is #201869. Grayscale: #DBDBDB. Windows color (decimal): -2103402 or 9889759. OLE color: 9889759.

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

Color convert

RGB223231150-
CMYK0.0300.350.09
HSL65.93º62.79%74.71%-
HSV(B)65.93º35.06%90.59%-
XYZ64.5175.0439.94-
YUV219.3788.85130.59-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.92%
GREEN value IS 231 (90.62% from 255) = 38.25%
BLUE value IS 150 (58.98% from 255) = 24.83%
R=36.92%
G=38.25%
B=24.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2232311500.0300.350.0965.9362.7974.71
HexDFE79630239423f4b
Octal33734722630431110277113
Binary110111111110011110010110110100011100110000101111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE796; }

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

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

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

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

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

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

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

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