#DCE786

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

Shades of Primrose #DCE786

Tints of Primrose #DCE786

Color information

#DCE786 (or 0xDCE786) is unknown color: approx Primrose. HEX triplet: DC, E7 and 86. RGB value is (220,231,134). Sum of RGB (Red+Green+Blue) = 220+231+134=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 231 (90.62% from 255 or 39.49% from 585); Blue value is 134 (52.73% from 255 or 22.91% from 585); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE786 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE786 is #231879. Grayscale: #D9D9D9. Windows color (decimal): -2300026 or 8841180. OLE color: 8841180.

HSL color Cylindrical-coordinate representation of color #DCE786: hue angle of 66.8º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DCE786 is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB220231134-
CMYK0.0500.420.09
HSL66.8º66.9%71.57%-
HSV(B)66.8º41.99%90.59%-
XYZ62.3974.0933.57-
YUV216.6581.36130.39-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.61%
GREEN value IS 231 (90.62% from 255) = 39.49%
BLUE value IS 134 (52.73% from 255) = 22.91%
R=37.61%
G=39.49%
B=22.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2202311340.0500.420.0966.866.971.57
HexDCE786502A9434348
Octal334347206505211103103110
Binary11011100111001111000011010101010101001100001110000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE786; }

 p { color: rgb(220,231,134); }

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

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

 a { background-color: rgb(220,231,134); }

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

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

 span { border-color: rgb(220,231,134); }

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