Html Css Color HEX #D8BADC Thistle

📋 copy color: '#D8BADC'

red 216 ◦ green 186 ◦ blue 220

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

Shades of Thistle #D8BADC

Tints of Thistle #D8BADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.37%

R = 34.73%
G = 29.9%
B = 35.37%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D8BADC (or 0xD8BADC) is known color: Thistle. HEX triplet: D8, BA and DC. RGB value is (216,186,220). Sum of RGB (Red+Green+Blue) = 216+186+220=622 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.73% from 622); Green value is 186 (73.05% from 255 or 29.90% from 622); Blue value is 220 (86.33% from 255 or 35.37% from 622); Max value from RGB is 220 - color contains mainly: blue. Hex color #D8BADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BADC is #274523. Grayscale: #C6C6C6. Windows color (decimal): -2573604 or 14465752. OLE color: 14465752.

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

Color convert

RGB 216 186 220 -
CMYK 0.02 0.15 0 0.14
HSL 292.94º 0.33% 0.8% -
HSV(B) 292.94º 0.15% 0.86% -
XYZ 58.8 54.88 75.2 -
YUV 198.85 139.94 140.24 -
System Red Green Blue C M Y K H S L
Decimal 216 186 220 0.02 0.15 0 0.14 292.94 0.33 0.8
Hex D8 BA DC 2 F 0 E 125 21 50
Octal 330 272 334 2 17 0 16 445 41 120
Binary 11011000 10111010 11011100 10 1111 0 1110 100100101 100001 1010000

Color Harmonies of #D8BADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BADC

Black with #D8BADC

Text Example


Text Example

White with #D8BADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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