Html Css Color HEX #D9B1DB Thistle

📋 copy color: '#D9B1DB'

red 217 ◦ green 177 ◦ blue 219

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

Shades of Thistle #D9B1DB

Tints of Thistle #D9B1DB

RGB

 RED value IS 217 (85.16% from 255) = 35.4%

 GREEN value IS 177 (69.53% from 255) = 28.87%

 BLUE value IS 219 (85.94% from 255) = 35.73%

R = 35.4%
G = 28.87%
B = 35.73%

CMYK

 C value IS 0.01

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D9B1DB (or 0xD9B1DB) is known color: Thistle. HEX triplet: D9, B1 and DB. RGB value is (217,177,219). Sum of RGB (Red+Green+Blue) = 217+177+219=613 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.40% from 613); Green value is 177 (69.53% from 255 or 28.87% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 219 - color contains mainly: blue. Hex color #D9B1DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9B1DB is #264E24. Grayscale: #C1C1C1. Windows color (decimal): -2510373 or 14397913. OLE color: 14397913.

HSL color Cylindrical-coordinate representation of color #D9B1DB: hue angle of 297.14º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D9B1DB is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 177 219 -
CMYK 0.01 0.19 0 0.14
HSL 297.14º 0.37% 0.78% -
HSV(B) 297.14º 0.19% 0.86% -
XYZ 57.12 51.31 73.91 -
YUV 193.75 142.25 144.58 -
System Red Green Blue C M Y K H S L
Decimal 217 177 219 0.01 0.19 0 0.14 297.14 0.37 0.78
Hex D9 B1 DB 1 13 0 E 129 25 4E
Octal 331 261 333 1 23 0 16 451 45 116
Binary 11011001 10110001 11011011 1 10011 0 1110 100101001 100101 1001110

Color Harmonies of #D9B1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B1DB

Black with #D9B1DB

Text Example


Text Example

White with #D9B1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B1DB; }

 p { color: rgb(217,177,219); }

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

background-color css

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

 a { background-color: rgb(217,177,219); }

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

border-color css

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

 span { border-color: rgb(217,177,219); }

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