Html Css Color HEX #D6B0DB Thistle

📋 copy color: '#D6B0DB'

red 214 ◦ green 176 ◦ blue 219

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

Shades of Thistle #D6B0DB

Tints of Thistle #D6B0DB

RGB

 RED value IS 214 (83.98% from 255) = 35.14%

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

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

R = 35.14%
G = 28.9%
B = 35.96%

CMYK

 C value IS 0.02

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D6B0DB (or 0xD6B0DB) is known color: Thistle. HEX triplet: D6, B0 and DB. RGB value is (214,176,219). Sum of RGB (Red+Green+Blue) = 214+176+219=609 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.14% from 609); Green value is 176 (69.14% from 255 or 28.90% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 219 - color contains mainly: blue. Hex color #D6B0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6B0DB is #294F24. Grayscale: #C0C0C0. Windows color (decimal): -2707237 or 14397654. OLE color: 14397654.

HSL color Cylindrical-coordinate representation of color #D6B0DB: hue angle of 293.02º 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 #D6B0DB is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 176 219 -
CMYK 0.02 0.20 0 0.14
HSL 293.02º 0.37% 0.77% -
HSV(B) 293.02º 0.2% 0.86% -
XYZ 56.04 50.46 73.8 -
YUV 192.26 143.09 143.5 -
System Red Green Blue C M Y K H S L
Decimal 214 176 219 0.02 0.20 0 0.14 293.02 0.37 0.77
Hex D6 B0 DB 2 14 0 E 125 25 4D
Octal 326 260 333 2 24 0 16 445 45 115
Binary 11010110 10110000 11011011 10 10100 0 1110 100100101 100101 1001101

Color Harmonies of #D6B0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B0DB

Black with #D6B0DB

Text Example


Text Example

White with #D6B0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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