Html Css Color HEX #D7BFDA Thistle

📋 copy color: '#D7BFDA'

red 215 ◦ green 191 ◦ blue 218

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

Shades of Thistle #D7BFDA

Tints of Thistle #D7BFDA

RGB

 RED value IS 215 (84.38% from 255) = 34.46%

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

 BLUE value IS 218 (85.55% from 255) = 34.94%

R = 34.46%
G = 30.61%
B = 34.94%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D7BFDA (or 0xD7BFDA) is known color: Thistle. HEX triplet: D7, BF and DA. RGB value is (215,191,218). Sum of RGB (Red+Green+Blue) = 215+191+218=624 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.46% from 624); Green value is 191 (75% from 255 or 30.61% from 624); Blue value is 218 (85.55% from 255 or 34.94% from 624); Max value from RGB is 218 - color contains mainly: blue. Hex color #D7BFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BFDA is #284025. Grayscale: #C9C9C9. Windows color (decimal): -2637862 or 14335959. OLE color: 14335959.

HSL color Cylindrical-coordinate representation of color #D7BFDA: hue angle of 293.33º degrees, saturation: 0.27, 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 #D7BFDA is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 215 191 218 -
CMYK 0.01 0.12 0 0.15
HSL 293.33º 0.27% 0.8% -
HSV(B) 293.33º 0.12% 0.85% -
XYZ 59.31 56.77 74.16 -
YUV 201.25 137.45 137.8 -
System Red Green Blue C M Y K H S L
Decimal 215 191 218 0.01 0.12 0 0.15 293.33 0.27 0.8
Hex D7 BF DA 1 C 0 F 125 1B 50
Octal 327 277 332 1 14 0 17 445 33 120
Binary 11010111 10111111 11011010 1 1100 0 1111 100100101 11011 1010000

Color Harmonies of #D7BFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BFDA

Black with #D7BFDA

Text Example


Text Example

White with #D7BFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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