#D1BBD0

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

Shades of Thistle #D1BBD0

Tints of Thistle #D1BBD0

Color information

#D1BBD0 (or 0xD1BBD0) is unknown color: approx Thistle. HEX triplet: D1, BB and D0. RGB value is (209,187,208). Sum of RGB (Red+Green+Blue) = 209+187+208=604 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.60% from 604); Green value is 187 (73.44% from 255 or 30.96% from 604); Blue value is 208 (81.64% from 255 or 34.44% from 604); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BBD0 is #2E442F. Grayscale: #C3C3C3. Windows color (decimal): -3032112 or 13679569. OLE color: 13679569.

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

Color convert

RGB209187208-
CMYK00.110.000.18
HSL302.73º19.3%77.65%-
HSV(B)302.73º10.53%81.96%-
XYZ55.4553.6567.11-
YUV195.97134.79137.29-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.60%
GREEN value IS 187 (73.44% from 255) = 30.96%
BLUE value IS 208 (81.64% from 255) = 34.44%
R=34.60%
G=30.96%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918720800.110.000.18302.7319.377.65
HexD1BBD00B01212f134e
Octal32127332001302245723116
Binary11010001101110111101000001011010010100101111100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BBD0; }

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

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

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

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

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

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

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

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