#DDE093

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

Shades of Primrose #DDE093

Tints of Primrose #DDE093

Color information

#DDE093 (or 0xDDE093) is unknown color: approx Primrose. HEX triplet: DD, E0 and 93. RGB value is (221,224,147). Sum of RGB (Red+Green+Blue) = 221+224+147=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 224 (87.89% from 255 or 37.84% from 592); Blue value is 147 (57.81% from 255 or 24.83% from 592); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE093 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE093 is #221F6C. Grayscale: #D6D6D6. Windows color (decimal): -2236269 or 9691357. OLE color: 9691357.

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

Color convert

RGB221224147-
CMYK0.0100.340.12
HSL62.34º55.4%72.75%-
HSV(B)62.34º34.38%87.84%-
XYZ61.7470.7938.01-
YUV214.3290.01132.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.33%
GREEN value IS 224 (87.89% from 255) = 37.84%
BLUE value IS 147 (57.81% from 255) = 24.83%
R=37.33%
G=37.84%
B=24.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2212241470.0100.340.1262.3455.472.75
HexDDE0931022C3e3749
Octal3353402231042147667111
Binary1101110111100000100100111010001011001111101101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE093; }

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

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

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

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

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

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

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

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