#D4B4D4

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

Shades of Thistle #D4B4D4

Tints of Thistle #D4B4D4

Color information

#D4B4D4 (or 0xD4B4D4) is unknown color: approx Thistle. HEX triplet: D4, B4 and D4. RGB value is (212,180,212). Sum of RGB (Red+Green+Blue) = 212+180+212=604 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.10% from 604); Green value is 180 (70.70% from 255 or 29.80% from 604); Blue value is 212 (83.20% from 255 or 35.10% from 604); Max value from RGB is 212 - color contains mainly: red, blue. Hex color #D4B4D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4B4D4 is #2B4B2B. Grayscale: #C1C1C1. Windows color (decimal): -2837292 or 13939924. OLE color: 13939924.

HSL color Cylindrical-coordinate representation of color #D4B4D4: hue angle of 300º degrees, saturation: 0.27, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D4B4D4 is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB212180212-
CMYK00.1500.17
HSL300º27.12%76.86%-
HSV(B)300º15.09%83.14%-
XYZ55.3651.3969.29-
YUV193.22138.6141.4-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.10%
GREEN value IS 180 (70.70% from 255) = 29.80%
BLUE value IS 212 (83.20% from 255) = 35.10%
R=35.10%
G=29.80%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21218021200.1500.1730027.1276.86
HexD4B4D40F01112c1b4d
Octal32426432401702145433115
Binary11010100101101001101010001111010001100101100110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B4D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B4D4; }

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

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

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

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

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

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

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

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