#D5DE9B

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

Shades of Primrose #D5DE9B

Tints of Primrose #D5DE9B

Color information

#D5DE9B (or 0xD5DE9B) is unknown color: approx Primrose. HEX triplet: D5, DE and 9B. RGB value is (213,222,155). Sum of RGB (Red+Green+Blue) = 213+222+155=590 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.10% from 590); Green value is 222 (87.11% from 255 or 37.63% from 590); Blue value is 155 (60.94% from 255 or 26.27% from 590); Max value from RGB is 222 - color contains mainly: green. Hex color #D5DE9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DE9B is #2A2164. Grayscale: #D3D3D3. Windows color (decimal): -2761061 or 10215125. OLE color: 10215125.

HSL color Cylindrical-coordinate representation of color #D5DE9B: hue angle of 68.06º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D5DE9B is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB213222155-
CMYK0.0400.300.13
HSL68.06º50.38%73.92%-
HSV(B)68.06º30.18%87.06%-
XYZ59.4868.7641.15-
YUV211.6796.02128.95-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.10%
GREEN value IS 222 (87.11% from 255) = 37.63%
BLUE value IS 155 (60.94% from 255) = 26.27%
R=36.10%
G=37.63%
B=26.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2132221550.0400.300.1368.0650.3873.92
HexD5DE9B401ED44324a
Octal32533623340361510462112
Binary110101011101111010011011100011110110110001001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DE9B; }

 p { color: rgb(213,222,155); }

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

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

 a { background-color: rgb(213,222,155); }

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

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

 span { border-color: rgb(213,222,155); }

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