#DDE594

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

Shades of Primrose #DDE594

Tints of Primrose #DDE594

Color information

#DDE594 (or 0xDDE594) is unknown color: approx Primrose. HEX triplet: DD, E5 and 94. RGB value is (221,229,148). Sum of RGB (Red+Green+Blue) = 221+229+148=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 229 (89.84% from 255 or 38.29% from 598); Blue value is 148 (58.20% from 255 or 24.75% from 598); Max value from RGB is 229 - color contains mainly: green. Hex color #DDE594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE594 is #221A6B. Grayscale: #D9D9D9. Windows color (decimal): -2234988 or 9758173. OLE color: 9758173.

HSL color Cylindrical-coordinate representation of color #DDE594: hue angle of 65.93º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DDE594 is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB221229148-
CMYK0.0300.350.10
HSL65.93º60.9%73.92%-
HSV(B)65.93º35.37%89.8%-
XYZ63.1873.5538.88-
YUV217.3788.85130.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.96%
GREEN value IS 229 (89.84% from 255) = 38.29%
BLUE value IS 148 (58.20% from 255) = 24.75%
R=36.96%
G=38.29%
B=24.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2212291480.0300.350.1065.9360.973.92
HexDDE5943023A423d4a
Octal33534522430431210275112
Binary110111011110010110010100110100011101010000101111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE594; }

 p { color: rgb(221,229,148); }

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

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

 a { background-color: rgb(221,229,148); }

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

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

 span { border-color: rgb(221,229,148); }

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