Html Css Color HEX #D7BCD6 Thistle

📋 copy color: '#D7BCD6'

red 215 ◦ green 188 ◦ blue 214

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

Shades of Thistle #D7BCD6

Tints of Thistle #D7BCD6

RGB

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

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

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

R = 34.85%
G = 30.47%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.00

 K value IS 0.16

RGB Variations

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

Color information

#D7BCD6 (or 0xD7BCD6) is known color: Thistle. HEX triplet: D7, BC and D6. RGB value is (215,188,214). Sum of RGB (Red+Green+Blue) = 215+188+214=617 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.85% from 617); Green value is 188 (73.83% from 255 or 30.47% from 617); Blue value is 214 (83.98% from 255 or 34.68% from 617); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BCD6 is #284329. Grayscale: #C6C6C6. Windows color (decimal): -2638634 or 14073047. OLE color: 14073047.

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

Color convert

RGB 215 188 214 -
CMYK 0 0.13 0.00 0.16
HSL 302.22º 0.25% 0.79% -
HSV(B) 302.22º 0.13% 0.84% -
XYZ 58.15 55.27 71.22 -
YUV 199.04 136.45 139.39 -
System Red Green Blue C M Y K H S L
Decimal 215 188 214 0 0.13 0.00 0.16 302.22 0.25 0.79
Hex D7 BC D6 0 D 0 10 12E 19 4F
Octal 327 274 326 0 15 0 20 456 31 117
Binary 11010111 10111100 11010110 0 1101 0 10000 100101110 11001 1001111

Color Harmonies of #D7BCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BCD6

Black with #D7BCD6

Text Example


Text Example

White with #D7BCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BCD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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