Html Css Color HEX #D8BAD6 Thistle

📋 copy color: '#D8BAD6'

red 216 ◦ green 186 ◦ blue 214

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

Shades of Thistle #D8BAD6

Tints of Thistle #D8BAD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 34.74%

R = 35.06%
G = 30.19%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#D8BAD6 (or 0xD8BAD6) is known color: Thistle. HEX triplet: D8, BA and D6. RGB value is (216,186,214). Sum of RGB (Red+Green+Blue) = 216+186+214=616 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.06% from 616); Green value is 186 (73.05% from 255 or 30.19% from 616); Blue value is 214 (83.98% from 255 or 34.74% from 616); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BAD6 is #274529. Grayscale: #C6C6C6. Windows color (decimal): -2573610 or 14072536. OLE color: 14072536.

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

Color convert

RGB 216 186 214 -
CMYK 0 0.14 0.01 0.15
HSL 304º 0.28% 0.79% -
HSV(B) 304º 0.14% 0.85% -
XYZ 58.02 54.57 71.09 -
YUV 198.16 136.94 140.72 -
System Red Green Blue C M Y K H S L
Decimal 216 186 214 0 0.14 0.01 0.15 304 0.28 0.79
Hex D8 BA D6 0 E 1 F 130 1C 4F
Octal 330 272 326 0 16 1 17 460 34 117
Binary 11011000 10111010 11010110 0 1110 1 1111 100110000 11100 1001111

Color Harmonies of #D8BAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BAD6

Black with #D8BAD6

Text Example


Text Example

White with #D8BAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BAD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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