#DDE193

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

Shades of Primrose #DDE193

Tints of Primrose #DDE193

Color information

#DDE193 (or 0xDDE193) is unknown color: approx Primrose. HEX triplet: DD, E1 and 93. RGB value is (221,225,147). Sum of RGB (Red+Green+Blue) = 221+225+147=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 225 (88.28% from 255 or 37.94% from 593); Blue value is 147 (57.81% from 255 or 24.79% from 593); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE193 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE193 is #221E6C. Grayscale: #D7D7D7. Windows color (decimal): -2236013 or 9691613. OLE color: 9691613.

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

Color convert

RGB221225147-
CMYK0.0200.350.12
HSL63.08º56.52%72.94%-
HSV(B)63.08º34.67%88.24%-
XYZ62.0171.3338.1-
YUV214.9189.67132.34-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.27%
GREEN value IS 225 (88.28% from 255) = 37.94%
BLUE value IS 147 (57.81% from 255) = 24.79%
R=37.27%
G=37.94%
B=24.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2212251470.0200.350.1263.0856.5272.94
HexDDE1932023C3f3949
Octal3353412232043147771111
Binary11011101111000011001001110010001111001111111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE193; }

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

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

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

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

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

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

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

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