Html Css Color HEX #D8BCDB Thistle

📋 copy color: '#D8BCDB'

red 216 ◦ green 188 ◦ blue 219

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

Shades of Thistle #D8BCDB

Tints of Thistle #D8BCDB

RGB

 RED value IS 216 (84.77% from 255) = 34.67%

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

 BLUE value IS 219 (85.94% from 255) = 35.15%

R = 34.67%
G = 30.18%
B = 35.15%

CMYK

 C value IS 0.01

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D8BCDB (or 0xD8BCDB) is known color: Thistle. HEX triplet: D8, BC and DB. RGB value is (216,188,219). Sum of RGB (Red+Green+Blue) = 216+188+219=623 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.67% from 623); Green value is 188 (73.83% from 255 or 30.18% from 623); Blue value is 219 (85.94% from 255 or 35.15% from 623); Max value from RGB is 219 - color contains mainly: blue. Hex color #D8BCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BCDB is #274324. Grayscale: #C7C7C7. Windows color (decimal): -2573093 or 14400728. OLE color: 14400728.

HSL color Cylindrical-coordinate representation of color #D8BCDB: hue angle of 294.19º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D8BCDB is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 188 219 -
CMYK 0.01 0.14 0 0.14
HSL 294.19º 0.3% 0.8% -
HSV(B) 294.19º 0.14% 0.86% -
XYZ 59.09 55.68 74.65 -
YUV 199.91 138.78 139.48 -
System Red Green Blue C M Y K H S L
Decimal 216 188 219 0.01 0.14 0 0.14 294.19 0.3 0.8
Hex D8 BC DB 1 E 0 E 126 1E 50
Octal 330 274 333 1 16 0 16 446 36 120
Binary 11011000 10111100 11011011 1 1110 0 1110 100100110 11110 1010000

Color Harmonies of #D8BCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BCDB

Black with #D8BCDB

Text Example


Text Example

White with #D8BCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BCDB; }

 p { color: rgb(216,188,219); }

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

background-color css

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

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

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

border-color css

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

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

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