#DDE082

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

Shades of Primrose #DDE082

Tints of Primrose #DDE082

Color information

#DDE082 (or 0xDDE082) is unknown color: approx Primrose. HEX triplet: DD, E0 and 82. RGB value is (221,224,130). Sum of RGB (Red+Green+Blue) = 221+224+130=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 224 (87.89% from 255 or 38.96% from 575); Blue value is 130 (51.17% from 255 or 22.61% from 575); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE082 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE082 is #221F7D. Grayscale: #D4D4D4. Windows color (decimal): -2236286 or 8577245. OLE color: 8577245.

HSL color Cylindrical-coordinate representation of color #DDE082: hue angle of 61.91º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DDE082 is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB221224130-
CMYK0.0100.420.12
HSL61.91º60.26%69.41%-
HSV(B)61.91º41.96%87.84%-
XYZ60.570.331.5-
YUV212.3981.51134.14-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.43%
GREEN value IS 224 (87.89% from 255) = 38.96%
BLUE value IS 130 (51.17% from 255) = 22.61%
R=38.43%
G=38.96%
B=22.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2212241300.0100.420.1261.9160.2669.41
HexDDE082102AC3e3c45
Octal3353402021052147674105
Binary1101110111100000100000101010101011001111101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE082; }

 p { color: rgb(221,224,130); }

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

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

 a { background-color: rgb(221,224,130); }

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

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

 span { border-color: rgb(221,224,130); }

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