Html Css Color HEX #D9BDDD Thistle

📋 copy color: '#D9BDDD'

red 217 ◦ green 189 ◦ blue 221

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

Shades of Thistle #D9BDDD

Tints of Thistle #D9BDDD

RGB

 RED value IS 217 (85.16% from 255) = 34.61%

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

 BLUE value IS 221 (86.72% from 255) = 35.25%

R = 34.61%
G = 30.14%
B = 35.25%

CMYK

 C value IS 0.02

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D9BDDD (or 0xD9BDDD) is known color: Thistle. HEX triplet: D9, BD and DD. RGB value is (217,189,221). Sum of RGB (Red+Green+Blue) = 217+189+221=627 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.61% from 627); Green value is 189 (74.22% from 255 or 30.14% from 627); Blue value is 221 (86.72% from 255 or 35.25% from 627); Max value from RGB is 221 - color contains mainly: blue. Hex color #D9BDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BDDD is #264222. Grayscale: #C8C8C8. Windows color (decimal): -2507299 or 14532057. OLE color: 14532057.

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

Color convert

RGB 217 189 221 -
CMYK 0.02 0.14 0 0.13
HSL 292.5º 0.32% 0.8% -
HSV(B) 292.5º 0.14% 0.87% -
XYZ 59.86 56.37 76.13 -
YUV 201.02 139.28 139.4 -
System Red Green Blue C M Y K H S L
Decimal 217 189 221 0.02 0.14 0 0.13 292.5 0.32 0.8
Hex D9 BD DD 2 E 0 D 124 20 50
Octal 331 275 335 2 16 0 15 444 40 120
Binary 11011001 10111101 11011101 10 1110 0 1101 100100100 100000 1010000

Color Harmonies of #D9BDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BDDD

Black with #D9BDDD

Text Example


Text Example

White with #D9BDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BDDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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