#DDE195

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

Shades of Primrose #DDE195

Tints of Primrose #DDE195

Color information

#DDE195 (or 0xDDE195) is unknown color: approx 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

RGB221225149-
CMYK0.0200.340.12
HSL63.16º55.88%73.33%-
HSV(B)63.16º33.78%88.24%-
XYZ62.1771.3938.94-
YUV215.1490.67132.18-

RGB Variations

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

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 (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2212251490.0200.340.1263.1655.8873.33
HexDDE1952022C3f3849
Octal3353412252042147770111
Binary11011101111000011001010110010001011001111111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>