Html Css Color HEX #D5BCDA Thistle

📋 copy color: '#D5BCDA'

red 213 ◦ green 188 ◦ blue 218

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

Shades of Thistle #D5BCDA

Tints of Thistle #D5BCDA

RGB

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

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

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

R = 34.41%
G = 30.37%
B = 35.22%

CMYK

 C value IS 0.02

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D5BCDA (or 0xD5BCDA) is known color: Thistle. HEX triplet: D5, BC and DA. RGB value is (213,188,218). Sum of RGB (Red+Green+Blue) = 213+188+218=619 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.41% from 619); Green value is 188 (73.83% from 255 or 30.37% from 619); Blue value is 218 (85.55% from 255 or 35.22% from 619); Max value from RGB is 218 - color contains mainly: blue. Hex color #D5BCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BCDA is #2A4325. Grayscale: #C6C6C6. Windows color (decimal): -2769702 or 14335189. OLE color: 14335189.

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

Color convert

RGB 213 188 218 -
CMYK 0.02 0.14 0 0.15
HSL 290º 0.29% 0.8% -
HSV(B) 290º 0.14% 0.85% -
XYZ 58.08 55.17 73.92 -
YUV 198.9 138.78 138.06 -
System Red Green Blue C M Y K H S L
Decimal 213 188 218 0.02 0.14 0 0.15 290 0.29 0.8
Hex D5 BC DA 2 E 0 F 122 1D 50
Octal 325 274 332 2 16 0 17 442 35 120
Binary 11010101 10111100 11011010 10 1110 0 1111 100100010 11101 1010000

Color Harmonies of #D5BCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BCDA

Black with #D5BCDA

Text Example


Text Example

White with #D5BCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BCDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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