#DDE19D

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

Shades of Primrose #DDE19D

Tints of Primrose #DDE19D

Color information

#DDE19D (or 0xDDE19D) is unknown color: approx Primrose. HEX triplet: DD, E1 and 9D. RGB value is (221,225,157). Sum of RGB (Red+Green+Blue) = 221+225+157=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 225 (88.28% from 255 or 37.31% from 603); Blue value is 157 (61.72% from 255 or 26.04% from 603); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE19D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE19D is #221E62. Grayscale: #D8D8D8. Windows color (decimal): -2236003 or 10346973. OLE color: 10346973.

HSL color Cylindrical-coordinate representation of color #DDE19D: hue angle of 63.53º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDE19D is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB221225157-
CMYK0.0200.300.12
HSL63.53º53.12%74.9%-
HSV(B)63.53º30.22%88.24%-
XYZ62.8371.6642.42-
YUV216.0594.67131.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.65%
GREEN value IS 225 (88.28% from 255) = 37.31%
BLUE value IS 157 (61.72% from 255) = 26.04%
R=36.65%
G=37.31%
B=26.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2212251570.0200.300.1263.5353.1274.9
HexDDE19D201EC40354b
Octal33534123520361410065113
Binary11011101111000011001110110011110110010000001101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE19D; }

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

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

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

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

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

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

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

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