Html Css Color HEX #D6BCD6 Thistle

📋 copy color: '#D6BCD6'

red 214 ◦ green 188 ◦ blue 214

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

Shades of Thistle #D6BCD6

Tints of Thistle #D6BCD6

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.52%

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

R = 34.74%
G = 30.52%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D6BCD6 (or 0xD6BCD6) is known color: Thistle. HEX triplet: D6, BC and D6. RGB value is (214,188,214). Sum of RGB (Red+Green+Blue) = 214+188+214=616 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.74% from 616); Green value is 188 (73.83% from 255 or 30.52% from 616); Blue value is 214 (83.98% from 255 or 34.74% from 616); Max value from RGB is 214 - color contains mainly: red, blue. Hex color #D6BCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BCD6 is #294329. Grayscale: #C6C6C6. Windows color (decimal): -2704170 or 14073046. OLE color: 14073046.

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

Color convert

RGB 214 188 214 -
CMYK 0 0.12 0 0.16
HSL 300º 0.24% 0.79% -
HSV(B) 300º 0.12% 0.84% -
XYZ 57.85 55.12 71.21 -
YUV 198.74 136.61 138.89 -
System Red Green Blue C M Y K H S L
Decimal 214 188 214 0 0.12 0 0.16 300 0.24 0.79
Hex D6 BC D6 0 C 0 10 12C 18 4F
Octal 326 274 326 0 14 0 20 454 30 117
Binary 11010110 10111100 11010110 0 1100 0 10000 100101100 11000 1001111

Color Harmonies of #D6BCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BCD6

Black with #D6BCD6

Text Example


Text Example

White with #D6BCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BCD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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