Html Css Color HEX #D9BFD7 Thistle

📋 copy color: '#D9BFD7'

red 217 ◦ green 191 ◦ blue 215

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

Shades of Thistle #D9BFD7

Tints of Thistle #D9BFD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 34.51%

R = 34.83%
G = 30.66%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#D9BFD7 (or 0xD9BFD7) is known color: Thistle. HEX triplet: D9, BF and D7. RGB value is (217,191,215). Sum of RGB (Red+Green+Blue) = 217+191+215=623 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.83% from 623); Green value is 191 (75% from 255 or 30.66% from 623); Blue value is 215 (84.38% from 255 or 34.51% from 623); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BFD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BFD7 is #264028. Grayscale: #C9C9C9. Windows color (decimal): -2506793 or 14139353. OLE color: 14139353.

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

Color convert

RGB 217 191 215 -
CMYK 0 0.12 0.01 0.15
HSL 304.62º 0.25% 0.8% -
HSV(B) 304.62º 0.12% 0.85% -
XYZ 59.51 56.92 72.14 -
YUV 201.51 135.61 139.05 -
System Red Green Blue C M Y K H S L
Decimal 217 191 215 0 0.12 0.01 0.15 304.62 0.25 0.8
Hex D9 BF D7 0 C 1 F 131 19 50
Octal 331 277 327 0 14 1 17 461 31 120
Binary 11011001 10111111 11010111 0 1100 1 1111 100110001 11001 1010000

Color Harmonies of #D9BFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BFD7

Black with #D9BFD7

Text Example


Text Example

White with #D9BFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BFD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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