Html Css Color HEX #D9BBDB Thistle

📋 copy color: '#D9BBDB'

red 217 ◦ green 187 ◦ blue 219

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

Shades of Thistle #D9BBDB

Tints of Thistle #D9BBDB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.02%

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

R = 34.83%
G = 30.02%
B = 35.15%

CMYK

 C value IS 0.01

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D9BBDB (or 0xD9BBDB) is known color: Thistle. HEX triplet: D9, BB and DB. RGB value is (217,187,219). Sum of RGB (Red+Green+Blue) = 217+187+219=623 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.83% from 623); Green value is 187 (73.44% from 255 or 30.02% from 623); Blue value is 219 (85.94% from 255 or 35.15% from 623); Max value from RGB is 219 - color contains mainly: blue. Hex color #D9BBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BBDB is #264424. Grayscale: #C7C7C7. Windows color (decimal): -2507813 or 14400473. OLE color: 14400473.

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

Color convert

RGB 217 187 219 -
CMYK 0.01 0.15 0 0.14
HSL 296.25º 0.31% 0.8% -
HSV(B) 296.25º 0.15% 0.86% -
XYZ 59.17 55.41 74.59 -
YUV 199.62 138.94 140.4 -
System Red Green Blue C M Y K H S L
Decimal 217 187 219 0.01 0.15 0 0.14 296.25 0.31 0.8
Hex D9 BB DB 1 F 0 E 128 1F 50
Octal 331 273 333 1 17 0 16 450 37 120
Binary 11011001 10111011 11011011 1 1111 0 1110 100101000 11111 1010000

Color Harmonies of #D9BBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BBDB

Black with #D9BBDB

Text Example


Text Example

White with #D9BBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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