#D8DD9D

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

Shades of Primrose #D8DD9D

Tints of Primrose #D8DD9D

Color information

#D8DD9D (or 0xD8DD9D) is unknown color: approx Primrose. HEX triplet: D8, DD and 9D. RGB value is (216,221,157). Sum of RGB (Red+Green+Blue) = 216+221+157=594 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.36% from 594); Green value is 221 (86.72% from 255 or 37.21% from 594); Blue value is 157 (61.72% from 255 or 26.43% from 594); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DD9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DD9D is #272262. Grayscale: #D4D4D4. Windows color (decimal): -2564707 or 10345944. OLE color: 10345944.

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

Color convert

RGB216221157-
CMYK0.0200.290.13
HSL64.69º48.48%74.12%-
HSV(B)64.69º28.96%86.67%-
XYZ60.2668.7541.99-
YUV212.2196.84130.7-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.36%
GREEN value IS 221 (86.72% from 255) = 37.21%
BLUE value IS 157 (61.72% from 255) = 26.43%
R=36.36%
G=37.21%
B=26.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2162211570.0200.290.1364.6948.4874.12
HexD8DD9D201DD41304a
Octal33033523520351510160112
Binary11011000110111011001110110011101110110000011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DD9D; }

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

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

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

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

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

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

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

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