#DDE796

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

Shades of Primrose #DDE796

Tints of Primrose #DDE796

Color information

#DDE796 (or 0xDDE796) is unknown color: approx Primrose. HEX triplet: DD, E7 and 96. RGB value is (221,231,150). Sum of RGB (Red+Green+Blue) = 221+231+150=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 231 (90.62% from 255 or 38.37% from 602); Blue value is 150 (58.98% from 255 or 24.92% from 602); Max value from RGB is 231 - color contains mainly: green. Hex color #DDE796 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE796 is #221869. Grayscale: #DBDBDB. Windows color (decimal): -2234474 or 9889757. OLE color: 9889757.

HSL color Cylindrical-coordinate representation of color #DDE796: hue angle of 67.41º 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 #DDE796 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB221231150-
CMYK0.0400.350.09
HSL67.41º62.79%74.71%-
HSV(B)67.41º35.06%90.59%-
XYZ63.974.7339.91-
YUV218.7889.19129.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.71%
GREEN value IS 231 (90.62% from 255) = 38.37%
BLUE value IS 150 (58.98% from 255) = 24.92%
R=36.71%
G=38.37%
B=24.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212311500.0400.350.0967.4162.7974.71
HexDDE79640239433f4b
Octal33534722640431110377113
Binary1101110111100111100101101000100011100110000111111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE796; }

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

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

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

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

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

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

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

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