Html Css Color HEX #D8BAD8 Thistle

📋 copy color: '#D8BAD8'

red 216 ◦ green 186 ◦ blue 216

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

Shades of Thistle #D8BAD8

Tints of Thistle #D8BAD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 34.95%

R = 34.95%
G = 30.1%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D8BAD8 (or 0xD8BAD8) is known color: Thistle. HEX triplet: D8, BA and D8. RGB value is (216,186,216). Sum of RGB (Red+Green+Blue) = 216+186+216=618 (81% of max value = 765). Red value is 216 (84.77% from 255 or 34.95% from 618); Green value is 186 (73.05% from 255 or 30.10% from 618); Blue value is 216 (84.77% from 255 or 34.95% from 618); Max value from RGB is 216 - color contains mainly: red, blue. Hex color #D8BAD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BAD8 is #274527. Grayscale: #C6C6C6. Windows color (decimal): -2573608 or 14203608. OLE color: 14203608.

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

Color convert

RGB 216 186 216 -
CMYK 0 0.14 0 0.15
HSL 300º 0.28% 0.79% -
HSV(B) 300º 0.14% 0.85% -
XYZ 58.27 54.67 72.45 -
YUV 198.39 137.94 140.56 -
System Red Green Blue C M Y K H S L
Decimal 216 186 216 0 0.14 0 0.15 300 0.28 0.79
Hex D8 BA D8 0 E 0 F 12C 1C 4F
Octal 330 272 330 0 16 0 17 454 34 117
Binary 11011000 10111010 11011000 0 1110 0 1111 100101100 11100 1001111

Color Harmonies of #D8BAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BAD8

Black with #D8BAD8

Text Example


Text Example

White with #D8BAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BAD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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