#DCE493

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

Shades of Primrose #DCE493

Tints of Primrose #DCE493

Color information

#DCE493 (or 0xDCE493) is unknown color: approx Primrose. HEX triplet: DC, E4 and 93. RGB value is (220,228,147). Sum of RGB (Red+Green+Blue) = 220+228+147=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 228 (89.45% from 255 or 38.32% from 595); Blue value is 147 (57.81% from 255 or 24.71% from 595); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE493 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE493 is #231B6C. Grayscale: #D8D8D8. Windows color (decimal): -2300781 or 9692380. OLE color: 9692380.

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

Color convert

RGB220228147-
CMYK0.0400.360.11
HSL65.93º60%73.53%-
HSV(B)65.93º35.53%89.41%-
XYZ62.5372.8138.36-
YUV216.3788.85130.59-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.97%
GREEN value IS 228 (89.45% from 255) = 38.32%
BLUE value IS 147 (57.81% from 255) = 24.71%
R=36.97%
G=38.32%
B=24.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2202281470.0400.360.1165.936073.53
HexDCE4934024B423c4a
Octal33434422340441310274112
Binary1101110011100100100100111000100100101110000101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE493; }

 p { color: rgb(220,228,147); }

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

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

 a { background-color: rgb(220,228,147); }

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

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

 span { border-color: rgb(220,228,147); }

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