Html Css Color HEX #D6BCDA Thistle

📋 copy color: '#D6BCDA'

red 214 ◦ green 188 ◦ blue 218

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

Shades of Thistle #D6BCDA

Tints of Thistle #D6BCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.16%

R = 34.52%
G = 30.32%
B = 35.16%

CMYK

 C value IS 0.02

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D6BCDA (or 0xD6BCDA) is known color: Thistle. HEX triplet: D6, BC and DA. RGB value is (214,188,218). Sum of RGB (Red+Green+Blue) = 214+188+218=620 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.52% from 620); Green value is 188 (73.83% from 255 or 30.32% from 620); Blue value is 218 (85.55% from 255 or 35.16% from 620); Max value from RGB is 218 - color contains mainly: blue. Hex color #D6BCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BCDA is #294325. Grayscale: #C7C7C7. Windows color (decimal): -2704166 or 14335190. OLE color: 14335190.

HSL color Cylindrical-coordinate representation of color #D6BCDA: hue angle of 292º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6BCDA is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 214 188 218 -
CMYK 0.02 0.14 0 0.15
HSL 292º 0.29% 0.8% -
HSV(B) 292º 0.14% 0.85% -
XYZ 58.37 55.32 73.93 -
YUV 199.19 138.61 138.56 -
System Red Green Blue C M Y K H S L
Decimal 214 188 218 0.02 0.14 0 0.15 292 0.29 0.8
Hex D6 BC DA 2 E 0 F 124 1D 50
Octal 326 274 332 2 16 0 17 444 35 120
Binary 11010110 10111100 11011010 10 1110 0 1111 100100100 11101 1010000

Color Harmonies of #D6BCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BCDA

Black with #D6BCDA

Text Example


Text Example

White with #D6BCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BCDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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