#D1BBD4

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

Shades of Thistle #D1BBD4

Tints of Thistle #D1BBD4

Color information

#D1BBD4 (or 0xD1BBD4) is unknown color: approx Thistle. HEX triplet: D1, BB and D4. RGB value is (209,187,212). Sum of RGB (Red+Green+Blue) = 209+187+212=608 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.38% from 608); Green value is 187 (73.44% from 255 or 30.76% from 608); Blue value is 212 (83.20% from 255 or 34.87% from 608); Max value from RGB is 212 - color contains mainly: blue. Hex color #D1BBD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BBD4 is #2E442B. Grayscale: #C4C4C4. Windows color (decimal): -3032108 or 13941713. OLE color: 13941713.

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

Color convert

RGB209187212-
CMYK0.010.1200.17
HSL292.8º22.52%78.24%-
HSV(B)292.8º11.79%83.14%-
XYZ55.9553.8569.73-
YUV196.43136.79136.97-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.38%
GREEN value IS 187 (73.44% from 255) = 30.76%
BLUE value IS 212 (83.20% from 255) = 34.87%
R=34.38%
G=30.76%
B=34.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2091872120.010.1200.17292.822.5278.24
HexD1BBD41C011125174e
Octal32127332411402144527116
Binary11010001101110111101010011100010001100100101101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BBD4; }

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

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

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

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

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

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

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

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