#DDE284

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

Shades of Primrose #DDE284

Tints of Primrose #DDE284

Color information

#DDE284 (or 0xDDE284) is unknown color: approx Primrose. HEX triplet: DD, E2 and 84. RGB value is (221,226,132). Sum of RGB (Red+Green+Blue) = 221+226+132=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 226 (88.67% from 255 or 39.03% from 579); Blue value is 132 (51.95% from 255 or 22.80% from 579); Max value from RGB is 226 - color contains mainly: green. Hex color #DDE284 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE284 is #221D7B. Grayscale: #D6D6D6. Windows color (decimal): -2235772 or 8708829. OLE color: 8708829.

HSL color Cylindrical-coordinate representation of color #DDE284: hue angle of 63.19º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DDE284 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB221226132-
CMYK0.0200.420.11
HSL63.19º61.84%70.2%-
HSV(B)63.19º41.59%88.63%-
XYZ61.1871.4332.39-
YUV213.7981.84133.14-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.17%
GREEN value IS 226 (88.67% from 255) = 39.03%
BLUE value IS 132 (51.95% from 255) = 22.80%
R=38.17%
G=39.03%
B=22.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212261320.0200.420.1163.1961.8470.2
HexDDE284202AB3f3e46
Octal3353422042052137776106
Binary11011101111000101000010010010101010111111111111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE284; }

 p { color: rgb(221,226,132); }

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

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

 a { background-color: rgb(221,226,132); }

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

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

 span { border-color: rgb(221,226,132); }

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