Html Css Color HEX #D8BAD7 Thistle

📋 copy color: '#D8BAD7'

red 216 ◦ green 186 ◦ blue 215

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

Shades of Thistle #D8BAD7

Tints of Thistle #D8BAD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 34.85%

R = 35.01%
G = 30.15%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#D8BAD7 (or 0xD8BAD7) is known color: Thistle. HEX triplet: D8, BA and D7. RGB value is (216,186,215). Sum of RGB (Red+Green+Blue) = 216+186+215=617 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.01% from 617); Green value is 186 (73.05% from 255 or 30.15% from 617); Blue value is 215 (84.38% from 255 or 34.85% from 617); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BAD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BAD7 is #274528. Grayscale: #C6C6C6. Windows color (decimal): -2573609 or 14138072. OLE color: 14138072.

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

Color convert

RGB 216 186 215 -
CMYK 0 0.14 0.00 0.15
HSL 302º 0.28% 0.79% -
HSV(B) 302º 0.14% 0.85% -
XYZ 58.14 54.62 71.77 -
YUV 198.28 137.44 140.64 -
System Red Green Blue C M Y K H S L
Decimal 216 186 215 0 0.14 0.00 0.15 302 0.28 0.79
Hex D8 BA D7 0 E 0 F 12E 1C 4F
Octal 330 272 327 0 16 0 17 456 34 117
Binary 11011000 10111010 11010111 0 1110 0 1111 100101110 11100 1001111

Color Harmonies of #D8BAD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BAD7

Black with #D8BAD7

Text Example


Text Example

White with #D8BAD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BAD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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