Html Css Color HEX #D1BFCF Thistle

📋 copy color: '#D1BFCF'

red 209 ◦ green 191 ◦ blue 207

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

Shades of Thistle #D1BFCF

Tints of Thistle #D1BFCF

RGB

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

 GREEN value IS 191 (75% from 255) = 31.47%

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

R = 34.43%
G = 31.47%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D1BFCF (or 0xD1BFCF) is known color: Thistle. HEX triplet: D1, BF and CF. RGB value is (209,191,207). Sum of RGB (Red+Green+Blue) = 209+191+207=607 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.43% from 607); Green value is 191 (75% from 255 or 31.47% from 607); Blue value is 207 (81.25% from 255 or 34.10% from 607); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BFCF is #2E4030. Grayscale: #C6C6C6. Windows color (decimal): -3031089 or 13615057. OLE color: 13615057.

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

Color convert

RGB 209 191 207 -
CMYK 0 0.09 0.01 0.18
HSL 306.67º 0.16% 0.78% -
HSV(B) 306.67º 0.09% 0.82% -
XYZ 56.19 55.32 66.75 -
YUV 198.21 132.96 135.7 -
System Red Green Blue C M Y K H S L
Decimal 209 191 207 0 0.09 0.01 0.18 306.67 0.16 0.78
Hex D1 BF CF 0 9 1 12 133 10 4E
Octal 321 277 317 0 11 1 22 463 20 116
Binary 11010001 10111111 11001111 0 1001 1 10010 100110011 10000 1001110

Color Harmonies of #D1BFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BFCF

Black with #D1BFCF

Text Example


Text Example

White with #D1BFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BFCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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