Html Css Color HEX #D7BADB Thistle

📋 copy color: '#D7BADB'

red 215 ◦ green 186 ◦ blue 219

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

Shades of Thistle #D7BADB

Tints of Thistle #D7BADB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30%

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

R = 34.68%
G = 30%
B = 35.32%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D7BADB (or 0xD7BADB) is known color: Thistle. HEX triplet: D7, BA and DB. RGB value is (215,186,219). Sum of RGB (Red+Green+Blue) = 215+186+219=620 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.68% from 620); Green value is 186 (73.05% from 255 or 30% from 620); Blue value is 219 (85.94% from 255 or 35.32% from 620); Max value from RGB is 219 - color contains mainly: blue. Hex color #D7BADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BADB is #284524. Grayscale: #C6C6C6. Windows color (decimal): -2639141 or 14400215. OLE color: 14400215.

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

Color convert

RGB 215 186 219 -
CMYK 0.02 0.15 0 0.14
HSL 292.73º 0.31% 0.79% -
HSV(B) 292.73º 0.15% 0.86% -
XYZ 58.37 54.68 74.5 -
YUV 198.43 139.61 139.82 -
System Red Green Blue C M Y K H S L
Decimal 215 186 219 0.02 0.15 0 0.14 292.73 0.31 0.79
Hex D7 BA DB 2 F 0 E 125 1F 4F
Octal 327 272 333 2 17 0 16 445 37 117
Binary 11010111 10111010 11011011 10 1111 0 1110 100100101 11111 1001111

Color Harmonies of #D7BADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BADB

Black with #D7BADB

Text Example


Text Example

White with #D7BADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BADB; }

 p { color: rgb(215,186,219); }

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

background-color css

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

 a { background-color: rgb(215,186,219); }

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

border-color css

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

 span { border-color: rgb(215,186,219); }

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