Html Css Color HEX #DDE195 Primrose

📋 copy color: '#DDE195'

red 221 ◦ green 225 ◦ blue 149

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

Shades of Primrose #DDE195

Tints of Primrose #DDE195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 25.04%

R = 37.14%
G = 37.82%
B = 25.04%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#DDE195 (or 0xDDE195) is known color: Primrose. HEX triplet: DD, E1 and 95. RGB value is (221,225,149). Sum of RGB (Red+Green+Blue) = 221+225+149=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 225 (88.28% from 255 or 37.82% from 595); Blue value is 149 (58.59% from 255 or 25.04% from 595); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE195 is #221E6A. Grayscale: #D7D7D7. Windows color (decimal): -2236011 or 9822685. OLE color: 9822685.

HSL color Cylindrical-coordinate representation of color #DDE195: hue angle of 63.16º degrees, saturation: 0.56, 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 #DDE195 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 225 149 -
CMYK 0.02 0 0.34 0.12
HSL 63.16º 0.56% 0.73% -
HSV(B) 63.16º 0.34% 0.88% -
XYZ 62.17 71.39 38.94 -
YUV 215.14 90.67 132.18 -
System Red Green Blue C M Y K H S L
Decimal 221 225 149 0.02 0 0.34 0.12 63.16 0.56 0.73
Hex DD E1 95 2 0 22 C 3F 38 49
Octal 335 341 225 2 0 42 14 77 70 111
Binary 11011101 11100001 10010101 10 0 100010 1100 111111 111000 1001001

Color Harmonies of #DDE195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE195

Black with #DDE195

Text Example


Text Example

White with #DDE195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE195; }

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

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

background-color css

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

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

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

border-color css

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

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

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