#DCE291

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

Shades of Primrose #DCE291

Tints of Primrose #DCE291

Color information

#DCE291 (or 0xDCE291) is unknown color: approx Primrose. HEX triplet: DC, E2 and 91. RGB value is (220,226,145). Sum of RGB (Red+Green+Blue) = 220+226+145=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 226 (88.67% from 255 or 38.24% from 591); Blue value is 145 (57.03% from 255 or 24.53% from 591); Max value from RGB is 226 - color contains mainly: green. Hex color #DCE291 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE291 is #231D6E. Grayscale: #D7D7D7. Windows color (decimal): -2301295 or 9560796. OLE color: 9560796.

HSL color Cylindrical-coordinate representation of color #DCE291: hue angle of 64.44º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCE291 is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB220226145-
CMYK0.0300.360.11
HSL64.44º58.27%72.75%-
HSV(B)64.44º35.84%88.63%-
XYZ61.8271.6537.36-
YUV214.9788.51131.59-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.23%
GREEN value IS 226 (88.67% from 255) = 38.24%
BLUE value IS 145 (57.03% from 255) = 24.53%
R=37.23%
G=38.24%
B=24.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2202261450.0300.360.1164.4458.2772.75
HexDCE2913024B403a49
Octal33434222130441310072111
Binary110111001110001010010001110100100101110000001110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE291; }

 p { color: rgb(220,226,145); }

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

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

 a { background-color: rgb(220,226,145); }

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

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

 span { border-color: rgb(220,226,145); }

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