#DCE096

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

Shades of Primrose #DCE096

Tints of Primrose #DCE096

Color information

#DCE096 (or 0xDCE096) is unknown color: approx Primrose. HEX triplet: DC, E0 and 96. RGB value is (220,224,150). Sum of RGB (Red+Green+Blue) = 220+224+150=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 224 (87.89% from 255 or 37.71% from 594); Blue value is 150 (58.98% from 255 or 25.25% from 594); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE096 is #231F69. Grayscale: #D6D6D6. Windows color (decimal): -2301802 or 9887964. OLE color: 9887964.

HSL color Cylindrical-coordinate representation of color #DCE096: hue angle of 63.24º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCE096 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB220224150-
CMYK0.0200.330.12
HSL63.24º54.41%73.33%-
HSV(B)63.24º33.04%87.84%-
XYZ61.6870.7339.26-
YUV214.3791.67132.02-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.04%
GREEN value IS 224 (87.89% from 255) = 37.71%
BLUE value IS 150 (58.98% from 255) = 25.25%
R=37.04%
G=37.71%
B=25.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2202241500.0200.330.1263.2454.4173.33
HexDCE0962021C3f3649
Octal3343402262041147766111
Binary11011100111000001001011010010000111001111111101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE096; }

 p { color: rgb(220,224,150); }

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

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

 a { background-color: rgb(220,224,150); }

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

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

 span { border-color: rgb(220,224,150); }

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