Html Css Color HEX #D9BFDE Thistle

📋 copy color: '#D9BFDE'

red 217 ◦ green 191 ◦ blue 222

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

Shades of Thistle #D9BFDE

Tints of Thistle #D9BFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 35.24%

R = 34.44%
G = 30.32%
B = 35.24%

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

#D9BFDE (or 0xD9BFDE) is known color: Thistle. HEX triplet: D9, BF and DE. RGB value is (217,191,222). Sum of RGB (Red+Green+Blue) = 217+191+222=630 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.44% from 630); Green value is 191 (75% from 255 or 30.32% from 630); Blue value is 222 (87.11% from 255 or 35.24% from 630); Max value from RGB is 222 - color contains mainly: blue. Hex color #D9BFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BFDE is #264021. Grayscale: #CACACA. Windows color (decimal): -2506786 or 14598105. OLE color: 14598105.

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

Color convert

RGB 217 191 222 -
CMYK 0.02 0.14 0 0.13
HSL 290.32º 0.32% 0.81% -
HSV(B) 290.32º 0.14% 0.87% -
XYZ 60.43 57.29 76.98 -
YUV 202.31 139.11 138.48 -
System Red Green Blue C M Y K H S L
Decimal 217 191 222 0.02 0.14 0 0.13 290.32 0.32 0.81
Hex D9 BF DE 2 E 0 D 122 20 51
Octal 331 277 336 2 16 0 15 442 40 121
Binary 11011001 10111111 11011110 10 1110 0 1101 100100010 100000 1010001

Color Harmonies of #D9BFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BFDE

Black with #D9BFDE

Text Example


Text Example

White with #D9BFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BFDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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