Html Css Color HEX #D1BDCF Thistle

📋 copy color: '#D1BDCF'

red 209 ◦ green 189 ◦ blue 207

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

Shades of Thistle #D1BDCF

Tints of Thistle #D1BDCF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.24%

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

R = 34.55%
G = 31.24%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D1BDCF (or 0xD1BDCF) is known color: Thistle. HEX triplet: D1, BD and CF. RGB value is (209,189,207). Sum of RGB (Red+Green+Blue) = 209+189+207=605 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.55% from 605); Green value is 189 (74.22% from 255 or 31.24% from 605); Blue value is 207 (81.25% from 255 or 34.21% from 605); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BDCF is #2E4230. Grayscale: #C4C4C4. Windows color (decimal): -3031601 or 13614545. OLE color: 13614545.

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

Color convert

RGB 209 189 207 -
CMYK 0 0.10 0.01 0.18
HSL 306º 0.18% 0.78% -
HSV(B) 306º 0.1% 0.82% -
XYZ 55.75 54.46 66.6 -
YUV 197.03 133.63 136.54 -
System Red Green Blue C M Y K H S L
Decimal 209 189 207 0 0.10 0.01 0.18 306 0.18 0.78
Hex D1 BD CF 0 A 1 12 132 12 4E
Octal 321 275 317 0 12 1 22 462 22 116
Binary 11010001 10111101 11001111 0 1010 1 10010 100110010 10010 1001110

Color Harmonies of #D1BDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BDCF

Black with #D1BDCF

Text Example


Text Example

White with #D1BDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BDCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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