Html Css Color HEX #D5B7D8 Thistle

📋 copy color: '#D5B7D8'

red 213 ◦ green 183 ◦ blue 216

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

Shades of Thistle #D5B7D8

Tints of Thistle #D5B7D8

RGB

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

 GREEN value IS 183 (71.88% from 255) = 29.9%

 BLUE value IS 216 (84.77% from 255) = 35.29%

R = 34.8%
G = 29.9%
B = 35.29%

CMYK

 C value IS 0.01

 M value IS 0.15

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D5B7D8 (or 0xD5B7D8) is known color: Thistle. HEX triplet: D5, B7 and D8. RGB value is (213,183,216). Sum of RGB (Red+Green+Blue) = 213+183+216=612 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.80% from 612); Green value is 183 (71.88% from 255 or 29.90% from 612); Blue value is 216 (84.77% from 255 or 35.29% from 612); Max value from RGB is 216 - color contains mainly: blue. Hex color #D5B7D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5B7D8 is #2A4827. Grayscale: #C3C3C3. Windows color (decimal): -2770984 or 14202837. OLE color: 14202837.

HSL color Cylindrical-coordinate representation of color #D5B7D8: hue angle of 294.55º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5B7D8 is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 183 216 -
CMYK 0.01 0.15 0 0.15
HSL 294.55º 0.3% 0.78% -
HSV(B) 294.55º 0.15% 0.85% -
XYZ 56.77 52.97 72.2 -
YUV 195.73 139.44 140.32 -
System Red Green Blue C M Y K H S L
Decimal 213 183 216 0.01 0.15 0 0.15 294.55 0.3 0.78
Hex D5 B7 D8 1 F 0 F 127 1E 4E
Octal 325 267 330 1 17 0 17 447 36 116
Binary 11010101 10110111 11011000 1 1111 0 1111 100100111 11110 1001110

Color Harmonies of #D5B7D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B7D8

Black with #D5B7D8

Text Example


Text Example

White with #D5B7D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B7D8; }

 p { color: rgb(213,183,216); }

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

background-color css

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

 a { background-color: rgb(213,183,216); }

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

border-color css

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

 span { border-color: rgb(213,183,216); }

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