#DDE185

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

Shades of Primrose #DDE185

Tints of Primrose #DDE185

Color information

#DDE185 (or 0xDDE185) is unknown color: approx Primrose. HEX triplet: DD, E1 and 85. RGB value is (221,225,133). Sum of RGB (Red+Green+Blue) = 221+225+133=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 225 (88.28% from 255 or 38.86% from 579); Blue value is 133 (52.34% from 255 or 22.97% from 579); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE185 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE185 is #221E7A. Grayscale: #D5D5D5. Windows color (decimal): -2236027 or 8774109. OLE color: 8774109.

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

Color convert

RGB221225133-
CMYK0.0200.410.12
HSL62.61º60.53%70.2%-
HSV(B)62.61º40.89%88.24%-
XYZ60.9870.9232.66-
YUV213.3282.67133.48-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.17%
GREEN value IS 225 (88.28% from 255) = 38.86%
BLUE value IS 133 (52.34% from 255) = 22.97%
R=38.17%
G=38.86%
B=22.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2212251330.0200.410.1262.6160.5370.2
HexDDE1852029C3f3d46
Octal3353412052051147775106
Binary11011101111000011000010110010100111001111111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE185; }

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

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

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

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

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

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

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

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