#DDE188

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

Shades of Primrose #DDE188

Tints of Primrose #DDE188

Color information

#DDE188 (or 0xDDE188) is unknown color: approx Primrose. HEX triplet: DD, E1 and 88. RGB value is (221,225,136). Sum of RGB (Red+Green+Blue) = 221+225+136=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 225 (88.28% from 255 or 38.66% from 582); Blue value is 136 (53.52% from 255 or 23.37% from 582); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE188 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE188 is #221E77. Grayscale: #D6D6D6. Windows color (decimal): -2236024 or 8970717. OLE color: 8970717.

HSL color Cylindrical-coordinate representation of color #DDE188: hue angle of 62.7º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDE188 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB221225136-
CMYK0.0200.400.12
HSL62.7º59.73%70.78%-
HSV(B)62.7º39.56%88.24%-
XYZ61.197133.77-
YUV213.6684.17133.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.97%
GREEN value IS 225 (88.28% from 255) = 38.66%
BLUE value IS 136 (53.52% from 255) = 23.37%
R=37.97%
G=38.66%
B=23.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2212251360.0200.400.1262.759.7370.78
HexDDE1882028C3f3c47
Octal3353412102050147774107
Binary11011101111000011000100010010100011001111111111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE188; }

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

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

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

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

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

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

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

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