#D4B4D5

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

Shades of Thistle #D4B4D5

Tints of Thistle #D4B4D5

Color information

#D4B4D5 (or 0xD4B4D5) is unknown color: approx Thistle. HEX triplet: D4, B4 and D5. RGB value is (212,180,213). Sum of RGB (Red+Green+Blue) = 212+180+213=605 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.04% from 605); Green value is 180 (70.70% from 255 or 29.75% from 605); Blue value is 213 (83.59% from 255 or 35.21% from 605); Max value from RGB is 213 - color contains mainly: blue. Hex color #D4B4D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4B4D5 is #2B4B2A. Grayscale: #C1C1C1. Windows color (decimal): -2837291 or 14005460. OLE color: 14005460.

HSL color Cylindrical-coordinate representation of color #D4B4D5: hue angle of 298.18º degrees, saturation: 0.28, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D4B4D5 is Cyan = 0.00, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB212180213-
CMYK0.000.1500.16
HSL298.18º28.21%77.06%-
HSV(B)298.18º15.49%83.53%-
XYZ55.4851.4469.96-
YUV193.33139.1141.32-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.04%
GREEN value IS 180 (70.70% from 255) = 29.75%
BLUE value IS 213 (83.59% from 255) = 35.21%
R=35.04%
G=29.75%
B=35.21%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2121802130.000.1500.16298.1828.2177.06
HexD4B4D50F01012a1c4d
Octal32426432501702045234115
Binary11010100101101001101010101111010000100101010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B4D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B4D5; }

 p { color: rgb(212,180,213); }

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

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

 a { background-color: rgb(212,180,213); }

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

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

 span { border-color: rgb(212,180,213); }

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