Html Css Color HEX #D8BBDB Thistle

📋 copy color: '#D8BBDB'

red 216 ◦ green 187 ◦ blue 219

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

Shades of Thistle #D8BBDB

Tints of Thistle #D8BBDB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.06%

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

R = 34.73%
G = 30.06%
B = 35.21%

CMYK

 C value IS 0.01

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D8BBDB (or 0xD8BBDB) is known color: Thistle. HEX triplet: D8, BB and DB. RGB value is (216,187,219). Sum of RGB (Red+Green+Blue) = 216+187+219=622 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.73% from 622); Green value is 187 (73.44% from 255 or 30.06% from 622); Blue value is 219 (85.94% from 255 or 35.21% from 622); Max value from RGB is 219 - color contains mainly: blue. Hex color #D8BBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BBDB is #274424. Grayscale: #C7C7C7. Windows color (decimal): -2573349 or 14400472. OLE color: 14400472.

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

Color convert

RGB 216 187 219 -
CMYK 0.01 0.15 0 0.14
HSL 294.38º 0.31% 0.8% -
HSV(B) 294.38º 0.15% 0.86% -
XYZ 58.88 55.25 74.58 -
YUV 199.32 139.11 139.9 -
System Red Green Blue C M Y K H S L
Decimal 216 187 219 0.01 0.15 0 0.14 294.38 0.31 0.8
Hex D8 BB DB 1 F 0 E 126 1F 50
Octal 330 273 333 1 17 0 16 446 37 120
Binary 11011000 10111011 11011011 1 1111 0 1110 100100110 11111 1010000

Color Harmonies of #D8BBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BBDB

Black with #D8BBDB

Text Example


Text Example

White with #D8BBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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