#DCE196

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

Shades of Primrose #DCE196

Tints of Primrose #DCE196

Color information

#DCE196 (or 0xDCE196) is unknown color: approx Primrose. HEX triplet: DC, E1 and 96. RGB value is (220,225,150). Sum of RGB (Red+Green+Blue) = 220+225+150=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 225 (88.28% from 255 or 37.82% from 595); Blue value is 150 (58.98% from 255 or 25.21% from 595); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE196 is #231E69. Grayscale: #D7D7D7. Windows color (decimal): -2301546 or 9888220. OLE color: 9888220.

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

Color convert

RGB220225150-
CMYK0.0200.330.12
HSL64º55.56%73.53%-
HSV(B)64º33.33%88.24%-
XYZ61.9571.2739.35-
YUV214.9691.34131.6-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.97%
GREEN value IS 225 (88.28% from 255) = 37.82%
BLUE value IS 150 (58.98% from 255) = 25.21%
R=36.97%
G=37.82%
B=25.21%

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
Decimal2202251500.0200.330.126455.5673.53
HexDCE1962021C40384a
Octal33434122620411410070112
Binary110111001110000110010110100100001110010000001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE196; }

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

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

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

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

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

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

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

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