#DCE384

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

Shades of Primrose #DCE384

Tints of Primrose #DCE384

Color information

#DCE384 (or 0xDCE384) is unknown color: approx Primrose. HEX triplet: DC, E3 and 84. RGB value is (220,227,132). Sum of RGB (Red+Green+Blue) = 220+227+132=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 227 (89.06% from 255 or 39.21% from 579); Blue value is 132 (51.95% from 255 or 22.80% from 579); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE384 is #231C7B. Grayscale: #D6D6D6. Windows color (decimal): -2301052 or 8709084. OLE color: 8709084.

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

Color convert

RGB220227132-
CMYK0.0300.420.11
HSL64.42º62.91%70.39%-
HSV(B)64.42º41.85%89.02%-
XYZ61.1571.8232.47-
YUV214.0881.68132.22-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.00%
GREEN value IS 227 (89.06% from 255) = 39.21%
BLUE value IS 132 (51.95% from 255) = 22.80%
R=38.00%
G=39.21%
B=22.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2202271320.0300.420.1164.4262.9170.39
HexDCE384302AB403f46
Octal33434320430521310077106
Binary110111001110001110000100110101010101110000001111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE384; }

 p { color: rgb(220,227,132); }

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

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

 a { background-color: rgb(220,227,132); }

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

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

 span { border-color: rgb(220,227,132); }

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