Html Css Color HEX #D5BCD8 Thistle

📋 copy color: '#D5BCD8'

red 213 ◦ green 188 ◦ blue 216

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

Shades of Thistle #D5BCD8

Tints of Thistle #D5BCD8

RGB

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

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

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

R = 34.52%
G = 30.47%
B = 35.01%

CMYK

 C value IS 0.01

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D5BCD8 (or 0xD5BCD8) is known color: Thistle. HEX triplet: D5, BC and D8. RGB value is (213,188,216). Sum of RGB (Red+Green+Blue) = 213+188+216=617 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.52% from 617); Green value is 188 (73.83% from 255 or 30.47% from 617); Blue value is 216 (84.77% from 255 or 35.01% from 617); Max value from RGB is 216 - color contains mainly: blue. Hex color #D5BCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BCD8 is #2A4327. Grayscale: #C6C6C6. Windows color (decimal): -2769704 or 14204117. OLE color: 14204117.

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

Color convert

RGB 213 188 216 -
CMYK 0.01 0.13 0 0.15
HSL 293.57º 0.26% 0.79% -
HSV(B) 293.57º 0.13% 0.85% -
XYZ 57.82 55.07 72.55 -
YUV 198.67 137.78 138.22 -
System Red Green Blue C M Y K H S L
Decimal 213 188 216 0.01 0.13 0 0.15 293.57 0.26 0.79
Hex D5 BC D8 1 D 0 F 126 1A 4F
Octal 325 274 330 1 15 0 17 446 32 117
Binary 11010101 10111100 11011000 1 1101 0 1111 100100110 11010 1001111

Color Harmonies of #D5BCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BCD8

Black with #D5BCD8

Text Example


Text Example

White with #D5BCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BCD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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