#DDE290

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

Shades of Primrose #DDE290

Tints of Primrose #DDE290

Color information

#DDE290 (or 0xDDE290) is unknown color: approx Primrose. HEX triplet: DD, E2 and 90. RGB value is (221,226,144). Sum of RGB (Red+Green+Blue) = 221+226+144=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 226 (88.67% from 255 or 38.24% from 591); Blue value is 144 (56.64% from 255 or 24.37% from 591); Max value from RGB is 226 - color contains mainly: green. Hex color #DDE290 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE290 is #221D6F. Grayscale: #D7D7D7. Windows color (decimal): -2235760 or 9495261. OLE color: 9495261.

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

Color convert

RGB221226144-
CMYK0.0200.360.11
HSL63.66º58.57%72.55%-
HSV(B)63.66º36.28%88.63%-
XYZ62.0571.7836.97-
YUV215.1687.84132.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.39%
GREEN value IS 226 (88.67% from 255) = 38.24%
BLUE value IS 144 (56.64% from 255) = 24.37%
R=37.39%
G=38.24%
B=24.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212261440.0200.360.1163.6658.5772.55
HexDDE2902024B403b49
Octal33534222020441310073111
Binary110111011110001010010000100100100101110000001110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE290; }

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

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

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

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

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

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

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

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