Html Css Color HEX #D6BCD7 Thistle

📋 copy color: '#D6BCD7'

red 214 ◦ green 188 ◦ blue 215

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

Shades of Thistle #D6BCD7

Tints of Thistle #D6BCD7

RGB

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

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

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

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

CMYK

 C value IS 0.00

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

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

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

Color convert

RGB 214 188 215 -
CMYK 0.00 0.13 0 0.16
HSL 297.78º 0.25% 0.79% -
HSV(B) 297.78º 0.13% 0.84% -
XYZ 57.98 55.17 71.88 -
YUV 198.85 137.11 138.8 -
System Red Green Blue C M Y K H S L
Decimal 214 188 215 0.00 0.13 0 0.16 297.78 0.25 0.79
Hex D6 BC D7 0 D 0 10 12A 19 4F
Octal 326 274 327 0 15 0 20 452 31 117
Binary 11010110 10111100 11010111 0 1101 0 10000 100101010 11001 1001111

Color Harmonies of #D6BCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BCD7

Black with #D6BCD7

Text Example


Text Example

White with #D6BCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BCD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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