#DCE190

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

Shades of Primrose #DCE190

Tints of Primrose #DCE190

Color information

#DCE190 (or 0xDCE190) is unknown color: approx Primrose. HEX triplet: DC, E1 and 90. RGB value is (220,225,144). Sum of RGB (Red+Green+Blue) = 220+225+144=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 225 (88.28% from 255 or 38.20% from 589); Blue value is 144 (56.64% from 255 or 24.45% from 589); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE190 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE190 is #231E6F. Grayscale: #D6D6D6. Windows color (decimal): -2301552 or 9495004. OLE color: 9495004.

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

Color convert

RGB220225144-
CMYK0.0200.360.12
HSL63.7º57.45%72.35%-
HSV(B)63.7º36%88.24%-
XYZ61.4771.0836.87-
YUV214.2788.34132.09-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.35%
GREEN value IS 225 (88.28% from 255) = 38.20%
BLUE value IS 144 (56.64% from 255) = 24.45%
R=37.35%
G=38.20%
B=24.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2202251440.0200.360.1263.757.4572.35
HexDCE1902024C403948
Octal33434122020441410071110
Binary110111001110000110010000100100100110010000001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE190; }

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

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

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

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

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

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

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

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