Html Css Color HEX #D9BFDD Thistle

📋 copy color: '#D9BFDD'

red 217 ◦ green 191 ◦ blue 221

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

Shades of Thistle #D9BFDD

Tints of Thistle #D9BFDD

RGB

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

 GREEN value IS 191 (75% from 255) = 30.37%

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

R = 34.5%
G = 30.37%
B = 35.14%

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

#D9BFDD (or 0xD9BFDD) is known color: Thistle. HEX triplet: D9, BF and DD. RGB value is (217,191,221). Sum of RGB (Red+Green+Blue) = 217+191+221=629 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.50% from 629); Green value is 191 (75% from 255 or 30.37% from 629); Blue value is 221 (86.72% from 255 or 35.14% from 629); Max value from RGB is 221 - color contains mainly: blue. Hex color #D9BFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BFDD is #264022. Grayscale: #CACACA. Windows color (decimal): -2506787 or 14532569. OLE color: 14532569.

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

Color convert

RGB 217 191 221 -
CMYK 0.02 0.14 0 0.13
HSL 292º 0.31% 0.81% -
HSV(B) 292º 0.14% 0.87% -
XYZ 60.3 57.23 76.28 -
YUV 202.19 138.61 138.56 -
System Red Green Blue C M Y K H S L
Decimal 217 191 221 0.02 0.14 0 0.13 292 0.31 0.81
Hex D9 BF DD 2 E 0 D 124 1F 51
Octal 331 277 335 2 16 0 15 444 37 121
Binary 11011001 10111111 11011101 10 1110 0 1101 100100100 11111 1010001

Color Harmonies of #D9BFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BFDD

Black with #D9BFDD

Text Example


Text Example

White with #D9BFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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