Html Css Color HEX #D9BADB Thistle

📋 copy color: '#D9BADB'

red 217 ◦ green 186 ◦ blue 219

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

Shades of Thistle #D9BADB

Tints of Thistle #D9BADB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 29.9%

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

R = 34.89%
G = 29.9%
B = 35.21%

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

#D9BADB (or 0xD9BADB) is known color: Thistle. HEX triplet: D9, BA and DB. RGB value is (217,186,219). Sum of RGB (Red+Green+Blue) = 217+186+219=622 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.89% from 622); Green value is 186 (73.05% from 255 or 29.90% from 622); Blue value is 219 (85.94% from 255 or 35.21% from 622); Max value from RGB is 219 - color contains mainly: blue. Hex color #D9BADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BADB is #264524. Grayscale: #C6C6C6. Windows color (decimal): -2508069 or 14400217. OLE color: 14400217.

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

Color convert

RGB 217 186 219 -
CMYK 0.01 0.15 0 0.14
HSL 296.36º 0.31% 0.79% -
HSV(B) 296.36º 0.15% 0.86% -
XYZ 58.96 54.98 74.52 -
YUV 199.03 139.27 140.82 -
System Red Green Blue C M Y K H S L
Decimal 217 186 219 0.01 0.15 0 0.14 296.36 0.31 0.79
Hex D9 BA DB 1 F 0 E 128 1F 4F
Octal 331 272 333 1 17 0 16 450 37 117
Binary 11011001 10111010 11011011 1 1111 0 1110 100101000 11111 1001111

Color Harmonies of #D9BADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BADB

Black with #D9BADB

Text Example


Text Example

White with #D9BADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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