#D1BCD0

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

Shades of Thistle #D1BCD0

Tints of Thistle #D1BCD0

Color information

#D1BCD0 (or 0xD1BCD0) is unknown color: approx Thistle. HEX triplet: D1, BC and D0. RGB value is (209,188,208). Sum of RGB (Red+Green+Blue) = 209+188+208=605 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.55% from 605); Green value is 188 (73.83% from 255 or 31.07% from 605); Blue value is 208 (81.64% from 255 or 34.38% from 605); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BCD0 is #2E432F. Grayscale: #C4C4C4. Windows color (decimal): -3031856 or 13679825. OLE color: 13679825.

HSL color Cylindrical-coordinate representation of color #D1BCD0: hue angle of 302.86º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D1BCD0 is Cyan = 0, Magento = 0.10, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB209188208-
CMYK00.100.000.18
HSL302.86º18.58%77.84%-
HSV(B)302.86º10.05%81.96%-
XYZ55.6654.0867.18-
YUV196.56134.46136.87-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.55%
GREEN value IS 188 (73.83% from 255) = 31.07%
BLUE value IS 208 (81.64% from 255) = 34.38%
R=34.55%
G=31.07%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918820800.100.000.18302.8618.5877.84
HexD1BCD00A01212f134e
Octal32127432001202245723116
Binary11010001101111001101000001010010010100101111100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BCD0; }

 p { color: rgb(209,188,208); }

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

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

 a { background-color: rgb(209,188,208); }

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

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

 span { border-color: rgb(209,188,208); }

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