Html Css Color HEX #D5BCD9 Thistle

📋 copy color: '#D5BCD9'

red 213 ◦ green 188 ◦ blue 217

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

Shades of Thistle #D5BCD9

Tints of Thistle #D5BCD9

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.42%

 BLUE value IS 217 (85.16% from 255) = 35.11%

R = 34.47%
G = 30.42%
B = 35.11%

CMYK

 C value IS 0.02

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D5BCD9 (or 0xD5BCD9) is known color: Thistle. HEX triplet: D5, BC and D9. RGB value is (213,188,217). Sum of RGB (Red+Green+Blue) = 213+188+217=618 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.47% from 618); Green value is 188 (73.83% from 255 or 30.42% from 618); Blue value is 217 (85.16% from 255 or 35.11% from 618); Max value from RGB is 217 - color contains mainly: blue. Hex color #D5BCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BCD9 is #2A4326. Grayscale: #C6C6C6. Windows color (decimal): -2769703 or 14269653. OLE color: 14269653.

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

Color convert

RGB 213 188 217 -
CMYK 0.02 0.13 0 0.15
HSL 291.72º 0.28% 0.79% -
HSV(B) 291.72º 0.13% 0.85% -
XYZ 57.95 55.12 73.23 -
YUV 198.78 138.28 138.14 -
System Red Green Blue C M Y K H S L
Decimal 213 188 217 0.02 0.13 0 0.15 291.72 0.28 0.79
Hex D5 BC D9 2 D 0 F 124 1C 4F
Octal 325 274 331 2 15 0 17 444 34 117
Binary 11010101 10111100 11011001 10 1101 0 1111 100100100 11100 1001111

Color Harmonies of #D5BCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BCD9

Black with #D5BCD9

Text Example


Text Example

White with #D5BCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BCD9; }

 p { color: rgb(213,188,217); }

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

background-color css

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

 a { background-color: rgb(213,188,217); }

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

border-color css

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

 span { border-color: rgb(213,188,217); }

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