#DCE197

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

Shades of Primrose #DCE197

Tints of Primrose #DCE197

Color information

#DCE197 (or 0xDCE197) is unknown color: approx Primrose. HEX triplet: DC, E1 and 97. RGB value is (220,225,151). Sum of RGB (Red+Green+Blue) = 220+225+151=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 225 (88.28% from 255 or 37.75% from 596); Blue value is 151 (59.38% from 255 or 25.34% from 596); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE197 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE197 is #231E68. Grayscale: #D7D7D7. Windows color (decimal): -2301545 or 9953756. OLE color: 9953756.

HSL color Cylindrical-coordinate representation of color #DCE197: hue angle of 64.05º degrees, saturation: 0.55, 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 #DCE197 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB220225151-
CMYK0.0200.330.12
HSL64.05º55.22%73.73%-
HSV(B)64.05º32.89%88.24%-
XYZ62.0371.339.77-
YUV215.0791.84131.52-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.91%
GREEN value IS 225 (88.28% from 255) = 37.75%
BLUE value IS 151 (59.38% from 255) = 25.34%
R=36.91%
G=37.75%
B=25.34%

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
Decimal2202251510.0200.330.1264.0555.2273.73
HexDCE1972021C40374a
Octal33434122720411410067112
Binary110111001110000110010111100100001110010000001101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE197; }

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

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

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

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

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

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

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

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