#D1BFD4

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

Shades of Thistle #D1BFD4

Tints of Thistle #D1BFD4

Color information

#D1BFD4 (or 0xD1BFD4) is unknown color: approx Thistle. HEX triplet: D1, BF and D4. RGB value is (209,191,212). Sum of RGB (Red+Green+Blue) = 209+191+212=612 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.15% from 612); Green value is 191 (75% from 255 or 31.21% from 612); Blue value is 212 (83.20% from 255 or 34.64% from 612); Max value from RGB is 212 - color contains mainly: blue. Hex color #D1BFD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BFD4 is #2E402B. Grayscale: #C6C6C6. Windows color (decimal): -3031084 or 13942737. OLE color: 13942737.

HSL color Cylindrical-coordinate representation of color #D1BFD4: hue angle of 291.43º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D1BFD4 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB209191212-
CMYK0.010.1000.17
HSL291.43º19.63%79.02%-
HSV(B)291.43º9.91%83.14%-
XYZ56.8155.5770.02-
YUV198.78135.46135.29-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.15%
GREEN value IS 191 (75% from 255) = 31.21%
BLUE value IS 212 (83.20% from 255) = 34.64%
R=34.15%
G=31.21%
B=34.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2091912120.010.1000.17291.4319.6379.02
HexD1BFD41A011123144f
Octal32127732411202144324117
Binary11010001101111111101010011010010001100100011101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BFD4; }

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

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

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

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

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

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

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

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