Html Css Color HEX #D1BACF Thistle

📋 copy color: '#D1BACF'

red 209 ◦ green 186 ◦ blue 207

#D1BACF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Thistle #D1BACF

Tints of Thistle #D1BACF

RGB

 RED value IS 209 (82.03% from 255) = 34.72%

 GREEN value IS 186 (73.05% from 255) = 30.9%

 BLUE value IS 207 (81.25% from 255) = 34.39%

R = 34.72%
G = 30.9%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D1BACF (or 0xD1BACF) is known color: Thistle. HEX triplet: D1, BA and CF. RGB value is (209,186,207). Sum of RGB (Red+Green+Blue) = 209+186+207=602 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.72% from 602); Green value is 186 (73.05% from 255 or 30.90% from 602); Blue value is 207 (81.25% from 255 or 34.39% from 602); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BACF is #2E4530. Grayscale: #C3C3C3. Windows color (decimal): -3032369 or 13613777. OLE color: 13613777.

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

Color convert

RGB 209 186 207 -
CMYK 0 0.11 0.01 0.18
HSL 305.22º 0.2% 0.77% -
HSV(B) 305.22º 0.11% 0.82% -
XYZ 55.12 53.18 66.39 -
YUV 195.27 134.62 137.79 -
System Red Green Blue C M Y K H S L
Decimal 209 186 207 0 0.11 0.01 0.18 305.22 0.2 0.77
Hex D1 BA CF 0 B 1 12 131 14 4D
Octal 321 272 317 0 13 1 22 461 24 115
Binary 11010001 10111010 11001111 0 1011 1 10010 100110001 10100 1001101

Color Harmonies of #D1BACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BACF

Black with #D1BACF

Text Example


Text Example

White with #D1BACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BACF; }

 p { color: rgb(209,186,207); }

 H1.HeaderClassName
 {
   color: #D1BACF;
 }
 .AnyTagClassName
 {
   color: #D1BACF;
 }
</style>

background-color css

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

 a { background-color: rgb(209,186,207); }

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

border-color css

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

 span { border-color: rgb(209,186,207); }

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