Html Css Color HEX #D1B9CF Thistle

📋 copy color: '#D1B9CF'

red 209 ◦ green 185 ◦ blue 207

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

Shades of Thistle #D1B9CF

Tints of Thistle #D1B9CF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.78%

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

R = 34.78%
G = 30.78%
B = 34.44%

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

#D1B9CF (or 0xD1B9CF) is known color: Thistle. HEX triplet: D1, B9 and CF. RGB value is (209,185,207). Sum of RGB (Red+Green+Blue) = 209+185+207=601 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.78% from 601); Green value is 185 (72.66% from 255 or 30.78% from 601); Blue value is 207 (81.25% from 255 or 34.44% from 601); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B9CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1B9CF is #2E4630. Grayscale: #C2C2C2. Windows color (decimal): -3032625 or 13613521. OLE color: 13613521.

HSL color Cylindrical-coordinate representation of color #D1B9CF: hue angle of 305º degrees, saturation: 0.21, 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 #D1B9CF is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 185 207 -
CMYK 0 0.11 0.01 0.18
HSL 305º 0.21% 0.77% -
HSV(B) 305º 0.11% 0.82% -
XYZ 54.91 52.76 66.32 -
YUV 194.68 134.95 138.21 -
System Red Green Blue C M Y K H S L
Decimal 209 185 207 0 0.11 0.01 0.18 305 0.21 0.77
Hex D1 B9 CF 0 B 1 12 131 15 4D
Octal 321 271 317 0 13 1 22 461 25 115
Binary 11010001 10111001 11001111 0 1011 1 10010 100110001 10101 1001101

Color Harmonies of #D1B9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B9CF

Black with #D1B9CF

Text Example


Text Example

White with #D1B9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B9CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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