Html Css Color HEX #D9BFDB Thistle

📋 copy color: '#D9BFDB'

red 217 ◦ green 191 ◦ blue 219

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

Shades of Thistle #D9BFDB

Tints of Thistle #D9BFDB

RGB

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

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

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

R = 34.61%
G = 30.46%
B = 34.93%

CMYK

 C value IS 0.01

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D9BFDB (or 0xD9BFDB) is known color: Thistle. HEX triplet: D9, BF and DB. RGB value is (217,191,219). Sum of RGB (Red+Green+Blue) = 217+191+219=627 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.61% from 627); Green value is 191 (75% from 255 or 30.46% from 627); Blue value is 219 (85.94% from 255 or 34.93% from 627); Max value from RGB is 219 - color contains mainly: blue. Hex color #D9BFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BFDB is #264024. Grayscale: #C9C9C9. Windows color (decimal): -2506789 or 14401497. OLE color: 14401497.

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

Color convert

RGB 217 191 219 -
CMYK 0.01 0.13 0 0.14
HSL 295.71º 0.28% 0.8% -
HSV(B) 295.71º 0.13% 0.86% -
XYZ 60.03 57.13 74.88 -
YUV 201.97 137.61 138.72 -
System Red Green Blue C M Y K H S L
Decimal 217 191 219 0.01 0.13 0 0.14 295.71 0.28 0.8
Hex D9 BF DB 1 D 0 E 128 1C 50
Octal 331 277 333 1 15 0 16 450 34 120
Binary 11011001 10111111 11011011 1 1101 0 1110 100101000 11100 1010000

Color Harmonies of #D9BFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BFDB

Black with #D9BFDB

Text Example


Text Example

White with #D9BFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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