Html Css Color HEX #D6BFDB Thistle

📋 copy color: '#D6BFDB'

red 214 ◦ green 191 ◦ blue 219

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

Shades of Thistle #D6BFDB

Tints of Thistle #D6BFDB

RGB

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

 GREEN value IS 191 (75% from 255) = 30.61%

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

R = 34.29%
G = 30.61%
B = 35.1%

CMYK

 C value IS 0.02

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D6BFDB (or 0xD6BFDB) is known color: Thistle. HEX triplet: D6, BF and DB. RGB value is (214,191,219). Sum of RGB (Red+Green+Blue) = 214+191+219=624 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.29% from 624); Green value is 191 (75% from 255 or 30.61% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 219 - color contains mainly: blue. Hex color #D6BFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BFDB is #294024. Grayscale: #C8C8C8. Windows color (decimal): -2703397 or 14401494. OLE color: 14401494.

HSL color Cylindrical-coordinate representation of color #D6BFDB: hue angle of 289.29º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6BFDB is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 191 219 -
CMYK 0.02 0.13 0 0.14
HSL 289.29º 0.28% 0.8% -
HSV(B) 289.29º 0.13% 0.86% -
XYZ 59.15 56.67 74.84 -
YUV 201.07 138.12 137.22 -
System Red Green Blue C M Y K H S L
Decimal 214 191 219 0.02 0.13 0 0.14 289.29 0.28 0.8
Hex D6 BF DB 2 D 0 E 121 1C 50
Octal 326 277 333 2 15 0 16 441 34 120
Binary 11010110 10111111 11011011 10 1101 0 1110 100100001 11100 1010000

Color Harmonies of #D6BFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BFDB

Black with #D6BFDB

Text Example


Text Example

White with #D6BFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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