Html Css Color HEX #D5BFDA Thistle

📋 copy color: '#D5BFDA'

red 213 ◦ green 191 ◦ blue 218

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

Shades of Thistle #D5BFDA

Tints of Thistle #D5BFDA

RGB

 RED value IS 213 (83.59% from 255) = 34.24%

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

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

R = 34.24%
G = 30.71%
B = 35.05%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D5BFDA (or 0xD5BFDA) is known color: Thistle. HEX triplet: D5, BF and DA. RGB value is (213,191,218). Sum of RGB (Red+Green+Blue) = 213+191+218=622 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.24% from 622); Green value is 191 (75% from 255 or 30.71% from 622); Blue value is 218 (85.55% from 255 or 35.05% from 622); Max value from RGB is 218 - color contains mainly: blue. Hex color #D5BFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BFDA is #2A4025. Grayscale: #C8C8C8. Windows color (decimal): -2768934 or 14335957. OLE color: 14335957.

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

Color convert

RGB 213 191 218 -
CMYK 0.02 0.12 0 0.15
HSL 288.89º 0.27% 0.8% -
HSV(B) 288.89º 0.12% 0.85% -
XYZ 58.73 56.47 74.13 -
YUV 200.66 137.79 136.8 -
System Red Green Blue C M Y K H S L
Decimal 213 191 218 0.02 0.12 0 0.15 288.89 0.27 0.8
Hex D5 BF DA 2 C 0 F 121 1B 50
Octal 325 277 332 2 14 0 17 441 33 120
Binary 11010101 10111111 11011010 10 1100 0 1111 100100001 11011 1010000

Color Harmonies of #D5BFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BFDA

Black with #D5BFDA

Text Example


Text Example

White with #D5BFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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