Html Css Color HEX #DDE191 Primrose

📋 copy color: '#DDE191'

red 221 ◦ green 225 ◦ blue 145

#DDE191
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Primrose #DDE191

Tints of Primrose #DDE191

RGB

 RED value IS 221 (86.72% from 255) = 37.39%

 GREEN value IS 225 (88.28% from 255) = 38.07%

 BLUE value IS 145 (57.03% from 255) = 24.53%

R = 37.39%
G = 38.07%
B = 24.53%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#DDE191 (or 0xDDE191) is known color: Primrose. HEX triplet: DD, E1 and 91. RGB value is (221,225,145). Sum of RGB (Red+Green+Blue) = 221+225+145=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 225 (88.28% from 255 or 38.07% from 591); Blue value is 145 (57.03% from 255 or 24.53% from 591); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE191 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE191 is #221E6E. Grayscale: #D7D7D7. Windows color (decimal): -2236015 or 9560541. OLE color: 9560541.

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

Color convert

RGB 221 225 145 -
CMYK 0.02 0 0.36 0.12
HSL 63º 0.57% 0.73% -
HSV(B) 63º 0.36% 0.88% -
XYZ 61.85 71.27 37.28 -
YUV 214.68 88.67 132.5 -
System Red Green Blue C M Y K H S L
Decimal 221 225 145 0.02 0 0.36 0.12 63 0.57 0.73
Hex DD E1 91 2 0 24 C 3F 39 49
Octal 335 341 221 2 0 44 14 77 71 111
Binary 11011101 11100001 10010001 10 0 100100 1100 111111 111001 1001001

Color Harmonies of #DDE191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE191

Black with #DDE191

Text Example


Text Example

White with #DDE191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE191; }

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

 H1.HeaderClassName
 {
   color: #DDE191;
 }
 .AnyTagClassName
 {
   color: #DDE191;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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