Html Css Color HEX #D5B0DB Thistle

📋 copy color: '#D5B0DB'

red 213 ◦ green 176 ◦ blue 219

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

Shades of Thistle #D5B0DB

Tints of Thistle #D5B0DB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 28.95%

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

R = 35.03%
G = 28.95%
B = 36.02%

CMYK

 C value IS 0.03

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D5B0DB (or 0xD5B0DB) is known color: Thistle. HEX triplet: D5, B0 and DB. RGB value is (213,176,219). Sum of RGB (Red+Green+Blue) = 213+176+219=608 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.03% from 608); Green value is 176 (69.14% from 255 or 28.95% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 219 - color contains mainly: blue. Hex color #D5B0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5B0DB is #2A4F24. Grayscale: #BFBFBF. Windows color (decimal): -2772773 or 14397653. OLE color: 14397653.

HSL color Cylindrical-coordinate representation of color #D5B0DB: hue angle of 291.63º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5B0DB is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 176 219 -
CMYK 0.03 0.20 0 0.14
HSL 291.63º 0.37% 0.77% -
HSV(B) 291.63º 0.2% 0.86% -
XYZ 55.75 50.31 73.79 -
YUV 191.97 143.26 143 -
System Red Green Blue C M Y K H S L
Decimal 213 176 219 0.03 0.20 0 0.14 291.63 0.37 0.77
Hex D5 B0 DB 3 14 0 E 124 25 4D
Octal 325 260 333 3 24 0 16 444 45 115
Binary 11010101 10110000 11011011 11 10100 0 1110 100100100 100101 1001101

Color Harmonies of #D5B0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B0DB

Black with #D5B0DB

Text Example


Text Example

White with #D5B0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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