Html Css Color HEX #D7BFDB Thistle

📋 copy color: '#D7BFDB'

red 215 ◦ green 191 ◦ blue 219

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

Shades of Thistle #D7BFDB

Tints of Thistle #D7BFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.04%

R = 34.4%
G = 30.56%
B = 35.04%

CMYK

 C value IS 0.02

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D7BFDB (or 0xD7BFDB) is known color: Thistle. HEX triplet: D7, BF and DB. RGB value is (215,191,219). Sum of RGB (Red+Green+Blue) = 215+191+219=625 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.4% from 625); Green value is 191 (75% from 255 or 30.56% from 625); Blue value is 219 (85.94% from 255 or 35.04% from 625); Max value from RGB is 219 - color contains mainly: blue. Hex color #D7BFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BFDB is #284024. Grayscale: #C9C9C9. Windows color (decimal): -2637861 or 14401495. OLE color: 14401495.

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

Color convert

RGB 215 191 219 -
CMYK 0.02 0.13 0 0.14
HSL 291.43º 0.28% 0.8% -
HSV(B) 291.43º 0.13% 0.86% -
XYZ 59.44 56.82 74.85 -
YUV 201.37 137.95 137.72 -
System Red Green Blue C M Y K H S L
Decimal 215 191 219 0.02 0.13 0 0.14 291.43 0.28 0.8
Hex D7 BF DB 2 D 0 E 123 1C 50
Octal 327 277 333 2 15 0 16 443 34 120
Binary 11010111 10111111 11011011 10 1101 0 1110 100100011 11100 1010000

Color Harmonies of #D7BFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BFDB

Black with #D7BFDB

Text Example


Text Example

White with #D7BFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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