#D0B1D3

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

Shades of Thistle #D0B1D3

Tints of Thistle #D0B1D3

Color information

#D0B1D3 (or 0xD0B1D3) is unknown color: approx Thistle. HEX triplet: D0, B1 and D3. RGB value is (208,177,211). Sum of RGB (Red+Green+Blue) = 208+177+211=596 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.90% from 596); Green value is 177 (69.53% from 255 or 29.70% from 596); Blue value is 211 (82.81% from 255 or 35.40% from 596); Max value from RGB is 211 - color contains mainly: blue. Hex color #D0B1D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0B1D3 is #2F4E2C. Grayscale: #BEBEBE. Windows color (decimal): -3100205 or 13873616. OLE color: 13873616.

HSL color Cylindrical-coordinate representation of color #D0B1D3: hue angle of 294.71º degrees, saturation: 0.28, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0B1D3 is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB208177211-
CMYK0.010.1600.17
HSL294.71º27.87%76.08%-
HSV(B)294.71º16.11%82.75%-
XYZ53.4949.5668.37-
YUV190.14139.77140.74-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.90%
GREEN value IS 177 (69.53% from 255) = 29.70%
BLUE value IS 211 (82.81% from 255) = 35.40%
R=34.90%
G=29.70%
B=35.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2081772110.010.1600.17294.7127.8776.08
HexD0B1D31100111271c4c
Octal32026132312002144734114
Binary110100001011000111010011110000010001100100111111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B1D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B1D3; }

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

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

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

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

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

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

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

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