Html Css Color HEX #D5BDD9 Thistle

📋 copy color: '#D5BDD9'

red 213 ◦ green 189 ◦ blue 217

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

Shades of Thistle #D5BDD9

Tints of Thistle #D5BDD9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.53%

 BLUE value IS 217 (85.16% from 255) = 35.06%

R = 34.41%
G = 30.53%
B = 35.06%

CMYK

 C value IS 0.02

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D5BDD9 (or 0xD5BDD9) is known color: Thistle. HEX triplet: D5, BD and D9. RGB value is (213,189,217). Sum of RGB (Red+Green+Blue) = 213+189+217=619 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.41% from 619); Green value is 189 (74.22% from 255 or 30.53% from 619); Blue value is 217 (85.16% from 255 or 35.06% from 619); Max value from RGB is 217 - color contains mainly: blue. Hex color #D5BDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BDD9 is #2A4226. Grayscale: #C7C7C7. Windows color (decimal): -2769447 or 14269909. OLE color: 14269909.

HSL color Cylindrical-coordinate representation of color #D5BDD9: hue angle of 291.43º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D5BDD9 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 189 217 -
CMYK 0.02 0.13 0 0.15
HSL 291.43º 0.27% 0.8% -
HSV(B) 291.43º 0.13% 0.85% -
XYZ 58.16 55.55 73.3 -
YUV 199.37 137.95 137.72 -
System Red Green Blue C M Y K H S L
Decimal 213 189 217 0.02 0.13 0 0.15 291.43 0.27 0.8
Hex D5 BD D9 2 D 0 F 123 1B 50
Octal 325 275 331 2 15 0 17 443 33 120
Binary 11010101 10111101 11011001 10 1101 0 1111 100100011 11011 1010000

Color Harmonies of #D5BDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BDD9

Black with #D5BDD9

Text Example


Text Example

White with #D5BDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BDD9; }

 p { color: rgb(213,189,217); }

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

background-color css

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

 a { background-color: rgb(213,189,217); }

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

border-color css

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

 span { border-color: rgb(213,189,217); }

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