Html Css Color HEX #D9B0DB Thistle

📋 copy color: '#D9B0DB'

red 217 ◦ green 176 ◦ blue 219

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

Shades of Thistle #D9B0DB

Tints of Thistle #D9B0DB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 28.76%

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

R = 35.46%
G = 28.76%
B = 35.78%

CMYK

 C value IS 0.01

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D9B0DB (or 0xD9B0DB) is known color: Thistle. HEX triplet: D9, B0 and DB. RGB value is (217,176,219). Sum of RGB (Red+Green+Blue) = 217+176+219=612 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.46% from 612); Green value is 176 (69.14% from 255 or 28.76% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 219 - color contains mainly: blue. Hex color #D9B0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9B0DB is #264F24. Grayscale: #C1C1C1. Windows color (decimal): -2510629 or 14397657. OLE color: 14397657.

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

Color convert

RGB 217 176 219 -
CMYK 0.01 0.20 0 0.14
HSL 297.21º 0.37% 0.77% -
HSV(B) 297.21º 0.2% 0.86% -
XYZ 56.93 50.92 73.85 -
YUV 193.16 142.58 145 -
System Red Green Blue C M Y K H S L
Decimal 217 176 219 0.01 0.20 0 0.14 297.21 0.37 0.77
Hex D9 B0 DB 1 14 0 E 129 25 4D
Octal 331 260 333 1 24 0 16 451 45 115
Binary 11011001 10110000 11011011 1 10100 0 1110 100101001 100101 1001101

Color Harmonies of #D9B0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B0DB

Black with #D9B0DB

Text Example


Text Example

White with #D9B0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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