Html Css Color HEX #D9BFDC Thistle

📋 copy color: '#D9BFDC'

red 217 ◦ green 191 ◦ blue 220

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

Shades of Thistle #D9BFDC

Tints of Thistle #D9BFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.03%

R = 34.55%
G = 30.41%
B = 35.03%

CMYK

 C value IS 0.01

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D9BFDC (or 0xD9BFDC) is known color: Thistle. HEX triplet: D9, BF and DC. RGB value is (217,191,220). Sum of RGB (Red+Green+Blue) = 217+191+220=628 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.55% from 628); Green value is 191 (75% from 255 or 30.41% from 628); Blue value is 220 (86.33% from 255 or 35.03% from 628); Max value from RGB is 220 - color contains mainly: blue. Hex color #D9BFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BFDC is #264023. Grayscale: #C9C9C9. Windows color (decimal): -2506788 or 14467033. OLE color: 14467033.

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

Color convert

RGB 217 191 220 -
CMYK 0.01 0.13 0 0.14
HSL 293.79º 0.29% 0.81% -
HSV(B) 293.79º 0.13% 0.86% -
XYZ 60.16 57.18 75.58 -
YUV 202.08 138.11 138.64 -
System Red Green Blue C M Y K H S L
Decimal 217 191 220 0.01 0.13 0 0.14 293.79 0.29 0.81
Hex D9 BF DC 1 D 0 E 126 1D 51
Octal 331 277 334 1 15 0 16 446 35 121
Binary 11011001 10111111 11011100 1 1101 0 1110 100100110 11101 1010001

Color Harmonies of #D9BFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BFDC

Black with #D9BFDC

Text Example


Text Example

White with #D9BFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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