#DCE796

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

Shades of Primrose #DCE796

Tints of Primrose #DCE796

Color information

#DCE796 (or 0xDCE796) is unknown color: approx Primrose. HEX triplet: DC, E7 and 96. RGB value is (220,231,150). Sum of RGB (Red+Green+Blue) = 220+231+150=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 231 (90.62% from 255 or 38.44% from 601); Blue value is 150 (58.98% from 255 or 24.96% from 601); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE796 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE796 is #231869. Grayscale: #DADADA. Windows color (decimal): -2300010 or 9889756. OLE color: 9889756.

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

Color convert

RGB220231150-
CMYK0.0500.350.09
HSL68.15º62.79%74.71%-
HSV(B)68.15º35.06%90.59%-
XYZ63.674.5739.9-
YUV218.4889.36129.09-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.61%
GREEN value IS 231 (90.62% from 255) = 38.44%
BLUE value IS 150 (58.98% from 255) = 24.96%
R=36.61%
G=38.44%
B=24.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2202311500.0500.350.0968.1562.7974.71
HexDCE79650239443f4b
Octal33434722650431110477113
Binary1101110011100111100101101010100011100110001001111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE796; }

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

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

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

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

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

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

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

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