Html Css Color HEX #D8BFDE Thistle

📋 copy color: '#D8BFDE'

red 216 ◦ green 191 ◦ blue 222

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

Shades of Thistle #D8BFDE

Tints of Thistle #D8BFDE

RGB

 RED value IS 216 (84.77% from 255) = 34.34%

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

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

R = 34.34%
G = 30.37%
B = 35.29%

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

#D8BFDE (or 0xD8BFDE) is known color: Thistle. HEX triplet: D8, BF and DE. RGB value is (216,191,222). Sum of RGB (Red+Green+Blue) = 216+191+222=629 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.34% from 629); Green value is 191 (75% from 255 or 30.37% from 629); Blue value is 222 (87.11% from 255 or 35.29% from 629); Max value from RGB is 222 - color contains mainly: blue. Hex color #D8BFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BFDE is #274021. Grayscale: #C9C9C9. Windows color (decimal): -2572322 or 14598104. OLE color: 14598104.

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

Color convert

RGB 216 191 222 -
CMYK 0.03 0.14 0 0.13
HSL 288.39º 0.32% 0.81% -
HSV(B) 288.39º 0.14% 0.87% -
XYZ 60.13 57.13 76.97 -
YUV 202.01 139.28 137.98 -
System Red Green Blue C M Y K H S L
Decimal 216 191 222 0.03 0.14 0 0.13 288.39 0.32 0.81
Hex D8 BF DE 3 E 0 D 120 20 51
Octal 330 277 336 3 16 0 15 440 40 121
Binary 11011000 10111111 11011110 11 1110 0 1101 100100000 100000 1010001

Color Harmonies of #D8BFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BFDE

Black with #D8BFDE

Text Example


Text Example

White with #D8BFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BFDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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