Html Css Color HEX #D8BADB Thistle

📋 copy color: '#D8BADB'

red 216 ◦ green 186 ◦ blue 219

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

Shades of Thistle #D8BADB

Tints of Thistle #D8BADB

RGB

 RED value IS 216 (84.77% from 255) = 34.78%

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

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

R = 34.78%
G = 29.95%
B = 35.27%

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

#D8BADB (or 0xD8BADB) is known color: Thistle. HEX triplet: D8, BA and DB. RGB value is (216,186,219). Sum of RGB (Red+Green+Blue) = 216+186+219=621 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.78% from 621); Green value is 186 (73.05% from 255 or 29.95% from 621); Blue value is 219 (85.94% from 255 or 35.27% from 621); Max value from RGB is 219 - color contains mainly: blue. Hex color #D8BADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BADB is #274524. Grayscale: #C6C6C6. Windows color (decimal): -2573605 or 14400216. OLE color: 14400216.

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

Color convert

RGB 216 186 219 -
CMYK 0.01 0.15 0 0.14
HSL 294.55º 0.31% 0.79% -
HSV(B) 294.55º 0.15% 0.86% -
XYZ 58.66 54.83 74.51 -
YUV 198.73 139.44 140.32 -
System Red Green Blue C M Y K H S L
Decimal 216 186 219 0.01 0.15 0 0.14 294.55 0.31 0.79
Hex D8 BA DB 1 F 0 E 127 1F 4F
Octal 330 272 333 1 17 0 16 447 37 117
Binary 11011000 10111010 11011011 1 1111 0 1110 100100111 11111 1001111

Color Harmonies of #D8BADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BADB

Black with #D8BADB

Text Example


Text Example

White with #D8BADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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