Html Css Color HEX #D5B5DB Thistle

📋 copy color: '#D5B5DB'

red 213 ◦ green 181 ◦ blue 219

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

Shades of Thistle #D5B5DB

Tints of Thistle #D5B5DB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.53%

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

R = 34.75%
G = 29.53%
B = 35.73%

CMYK

 C value IS 0.03

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D5B5DB (or 0xD5B5DB) is known color: Thistle. HEX triplet: D5, B5 and DB. RGB value is (213,181,219). Sum of RGB (Red+Green+Blue) = 213+181+219=613 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.75% from 613); Green value is 181 (71.09% from 255 or 29.53% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 219 - color contains mainly: blue. Hex color #D5B5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5B5DB is #2A4A24. Grayscale: #C2C2C2. Windows color (decimal): -2771493 or 14398933. OLE color: 14398933.

HSL color Cylindrical-coordinate representation of color #D5B5DB: hue angle of 290.53º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D5B5DB is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 181 219 -
CMYK 0.03 0.17 0 0.14
HSL 290.53º 0.35% 0.78% -
HSV(B) 290.53º 0.17% 0.86% -
XYZ 56.75 52.31 74.12 -
YUV 194.9 141.6 140.91 -
System Red Green Blue C M Y K H S L
Decimal 213 181 219 0.03 0.17 0 0.14 290.53 0.35 0.78
Hex D5 B5 DB 3 11 0 E 123 23 4E
Octal 325 265 333 3 21 0 16 443 43 116
Binary 11010101 10110101 11011011 11 10001 0 1110 100100011 100011 1001110

Color Harmonies of #D5B5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B5DB

Black with #D5B5DB

Text Example


Text Example

White with #D5B5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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