Html Css Color HEX #D6BAD6 Thistle

📋 copy color: '#D6BAD6'

red 214 ◦ green 186 ◦ blue 214

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

Shades of Thistle #D6BAD6

Tints of Thistle #D6BAD6

RGB

 RED value IS 214 (83.98% from 255) = 34.85%

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

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

R = 34.85%
G = 30.29%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D6BAD6 (or 0xD6BAD6) is known color: Thistle. HEX triplet: D6, BA and D6. RGB value is (214,186,214). Sum of RGB (Red+Green+Blue) = 214+186+214=614 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.85% from 614); Green value is 186 (73.05% from 255 or 30.29% from 614); Blue value is 214 (83.98% from 255 or 34.85% from 614); Max value from RGB is 214 - color contains mainly: red, blue. Hex color #D6BAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BAD6 is #294529. Grayscale: #C5C5C5. Windows color (decimal): -2704682 or 14072534. OLE color: 14072534.

HSL color Cylindrical-coordinate representation of color #D6BAD6: hue angle of 300º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6BAD6 is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 186 214 -
CMYK 0 0.13 0 0.16
HSL 300º 0.25% 0.78% -
HSV(B) 300º 0.13% 0.84% -
XYZ 57.43 54.27 71.07 -
YUV 197.56 137.28 139.72 -
System Red Green Blue C M Y K H S L
Decimal 214 186 214 0 0.13 0 0.16 300 0.25 0.78
Hex D6 BA D6 0 D 0 10 12C 19 4E
Octal 326 272 326 0 15 0 20 454 31 116
Binary 11010110 10111010 11010110 0 1101 0 10000 100101100 11001 1001110

Color Harmonies of #D6BAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BAD6

Black with #D6BAD6

Text Example


Text Example

White with #D6BAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BAD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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