#D8DD9C

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

Shades of Primrose #D8DD9C

Tints of Primrose #D8DD9C

Color information

#D8DD9C (or 0xD8DD9C) is unknown color: approx Primrose. HEX triplet: D8, DD and 9C. RGB value is (216,221,156). Sum of RGB (Red+Green+Blue) = 216+221+156=593 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.42% from 593); Green value is 221 (86.72% from 255 or 37.27% from 593); Blue value is 156 (61.33% from 255 or 26.31% from 593); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DD9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DD9C is #272263. Grayscale: #D4D4D4. Windows color (decimal): -2564708 or 10280408. OLE color: 10280408.

HSL color Cylindrical-coordinate representation of color #D8DD9C: hue angle of 64.62º degrees, saturation: 0.49, 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 #D8DD9C is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB216221156-
CMYK0.0200.290.13
HSL64.62º48.87%73.92%-
HSV(B)64.62º29.41%86.67%-
XYZ60.1868.7141.54-
YUV212.196.34130.79-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.42%
GREEN value IS 221 (86.72% from 255) = 37.27%
BLUE value IS 156 (61.33% from 255) = 26.31%
R=36.42%
G=37.27%
B=26.31%

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
Decimal2162211560.0200.290.1364.6248.8773.92
HexD8DD9C201DD41314a
Octal33033523420351510161112
Binary11011000110111011001110010011101110110000011100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DD9C; }

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

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

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

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

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

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

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

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