#DCE686

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

Shades of Primrose #DCE686

Tints of Primrose #DCE686

Color information

#DCE686 (or 0xDCE686) is unknown color: approx Primrose. HEX triplet: DC, E6 and 86. RGB value is (220,230,134). Sum of RGB (Red+Green+Blue) = 220+230+134=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 230 (90.23% from 255 or 39.38% from 584); Blue value is 134 (52.73% from 255 or 22.95% from 584); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE686 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE686 is #231979. Grayscale: #D8D8D8. Windows color (decimal): -2300282 or 8840924. OLE color: 8840924.

HSL color Cylindrical-coordinate representation of color #DCE686: hue angle of 66.25º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DCE686 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB220230134-
CMYK0.0400.420.10
HSL66.25º65.75%71.37%-
HSV(B)66.25º41.74%90.2%-
XYZ62.1273.5333.47-
YUV216.0781.69130.81-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.67%
GREEN value IS 230 (90.23% from 255) = 39.38%
BLUE value IS 134 (52.73% from 255) = 22.95%
R=37.67%
G=39.38%
B=22.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2202301340.0400.420.1066.2565.7571.37
HexDCE686402AA424247
Octal334346206405212102102107
Binary11011100111001101000011010001010101010100001010000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE686; }

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

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

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

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

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

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

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

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