#D8DD8E

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

Shades of Primrose #D8DD8E

Tints of Primrose #D8DD8E

Color information

#D8DD8E (or 0xD8DD8E) is unknown color: approx Primrose. HEX triplet: D8, DD and 8E. RGB value is (216,221,142). Sum of RGB (Red+Green+Blue) = 216+221+142=579 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.31% from 579); Green value is 221 (86.72% from 255 or 38.17% from 579); Blue value is 142 (55.86% from 255 or 24.53% from 579); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DD8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DD8E is #272271. Grayscale: #D2D2D2. Windows color (decimal): -2564722 or 9362904. OLE color: 9362904.

HSL color Cylindrical-coordinate representation of color #D8DD8E: hue angle of 63.8º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D8DD8E is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB216221142-
CMYK0.0200.360.13
HSL63.8º53.74%71.18%-
HSV(B)63.8º35.75%86.67%-
XYZ59.0668.2635.65-
YUV210.589.34131.92-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.31%
GREEN value IS 221 (86.72% from 255) = 38.17%
BLUE value IS 142 (55.86% from 255) = 24.53%
R=37.31%
G=38.17%
B=24.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2162211420.0200.360.1363.853.7471.18
HexD8DD8E2024D403647
Octal33033521620441510066107
Binary110110001101110110001110100100100110110000001101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DD8E; }

 p { color: rgb(216,221,142); }

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

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

 a { background-color: rgb(216,221,142); }

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

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

 span { border-color: rgb(216,221,142); }

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