Html Css Color HEX #D5BADB Thistle

📋 copy color: '#D5BADB'

red 213 ◦ green 186 ◦ blue 219

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

Shades of Thistle #D5BADB

Tints of Thistle #D5BADB

RGB

 RED value IS 213 (83.59% from 255) = 34.47%

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

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

R = 34.47%
G = 30.1%
B = 35.44%

CMYK

 C value IS 0.03

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D5BADB (or 0xD5BADB) is known color: Thistle. HEX triplet: D5, BA and DB. RGB value is (213,186,219). Sum of RGB (Red+Green+Blue) = 213+186+219=618 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.47% from 618); Green value is 186 (73.05% from 255 or 30.10% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 219 - color contains mainly: blue. Hex color #D5BADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BADB is #2A4524. Grayscale: #C5C5C5. Windows color (decimal): -2770213 or 14400213. OLE color: 14400213.

HSL color Cylindrical-coordinate representation of color #D5BADB: hue angle of 289.09º 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 #D5BADB is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 186 219 -
CMYK 0.03 0.15 0 0.14
HSL 289.09º 0.31% 0.79% -
HSV(B) 289.09º 0.15% 0.86% -
XYZ 57.79 54.38 74.47 -
YUV 197.84 139.95 138.82 -
System Red Green Blue C M Y K H S L
Decimal 213 186 219 0.03 0.15 0 0.14 289.09 0.31 0.79
Hex D5 BA DB 3 F 0 E 121 1F 4F
Octal 325 272 333 3 17 0 16 441 37 117
Binary 11010101 10111010 11011011 11 1111 0 1110 100100001 11111 1001111

Color Harmonies of #D5BADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BADB

Black with #D5BADB

Text Example


Text Example

White with #D5BADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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