#D0B4D3

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

Shades of Thistle #D0B4D3

Tints of Thistle #D0B4D3

Color information

#D0B4D3 (or 0xD0B4D3) is unknown color: approx Thistle. HEX triplet: D0, B4 and D3. RGB value is (208,180,211). Sum of RGB (Red+Green+Blue) = 208+180+211=599 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.72% from 599); Green value is 180 (70.70% from 255 or 30.05% from 599); Blue value is 211 (82.81% from 255 or 35.23% from 599); Max value from RGB is 211 - color contains mainly: blue. Hex color #D0B4D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0B4D3 is #2F4B2C. Grayscale: #BFBFBF. Windows color (decimal): -3099437 or 13874384. OLE color: 13874384.

HSL color Cylindrical-coordinate representation of color #D0B4D3: hue angle of 294.19º degrees, saturation: 0.26, 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 #D0B4D3 is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB208180211-
CMYK0.010.1500.17
HSL294.19º26.05%76.67%-
HSV(B)294.19º14.69%82.75%-
XYZ54.0950.7668.57-
YUV191.91138.78139.48-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.72%
GREEN value IS 180 (70.70% from 255) = 30.05%
BLUE value IS 211 (82.81% from 255) = 35.23%
R=34.72%
G=30.05%
B=35.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2081802110.010.1500.17294.1926.0576.67
HexD0B4D31F0111261a4d
Octal32026432311702144632115
Binary11010000101101001101001111111010001100100110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B4D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B4D3; }

 p { color: rgb(208,180,211); }

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

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

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

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

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

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

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