Html Css Color HEX #D9BFDF Thistle

📋 copy color: '#D9BFDF'

red 217 ◦ green 191 ◦ blue 223

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

Shades of Thistle #D9BFDF

Tints of Thistle #D9BFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.34%

R = 34.39%
G = 30.27%
B = 35.34%

CMYK

 C value IS 0.03

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D9BFDF (or 0xD9BFDF) is known color: Thistle. HEX triplet: D9, BF and DF. RGB value is (217,191,223). Sum of RGB (Red+Green+Blue) = 217+191+223=631 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.39% from 631); Green value is 191 (75% from 255 or 30.27% from 631); Blue value is 223 (87.5% from 255 or 35.34% from 631); Max value from RGB is 223 - color contains mainly: blue. Hex color #D9BFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BFDF is #264020. Grayscale: #CACACA. Windows color (decimal): -2506785 or 14663641. OLE color: 14663641.

HSL color Cylindrical-coordinate representation of color #D9BFDF: hue angle of 288.75º degrees, saturation: 0.33, 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 #D9BFDF is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 191 223 -
CMYK 0.03 0.14 0 0.13
HSL 288.75º 0.33% 0.81% -
HSV(B) 288.75º 0.14% 0.87% -
XYZ 60.57 57.34 77.69 -
YUV 202.42 139.61 138.4 -
System Red Green Blue C M Y K H S L
Decimal 217 191 223 0.03 0.14 0 0.13 288.75 0.33 0.81
Hex D9 BF DF 3 E 0 D 121 21 51
Octal 331 277 337 3 16 0 15 441 41 121
Binary 11011001 10111111 11011111 11 1110 0 1101 100100001 100001 1010001

Color Harmonies of #D9BFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BFDF

Black with #D9BFDF

Text Example


Text Example

White with #D9BFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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