Html Css Color HEX #D9BCDA Thistle

📋 copy color: '#D9BCDA'

red 217 ◦ green 188 ◦ blue 218

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

Shades of Thistle #D9BCDA

Tints of Thistle #D9BCDA

RGB

 RED value IS 217 (85.16% from 255) = 34.83%

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

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

R = 34.83%
G = 30.18%
B = 34.99%

CMYK

 C value IS 0.00

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D9BCDA (or 0xD9BCDA) is known color: Thistle. HEX triplet: D9, BC and DA. RGB value is (217,188,218). Sum of RGB (Red+Green+Blue) = 217+188+218=623 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.83% from 623); Green value is 188 (73.83% from 255 or 30.18% from 623); Blue value is 218 (85.55% from 255 or 34.99% from 623); Max value from RGB is 218 - color contains mainly: blue. Hex color #D9BCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BCDA is #264325. Grayscale: #C7C7C7. Windows color (decimal): -2507558 or 14335193. OLE color: 14335193.

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

Color convert

RGB 217 188 218 -
CMYK 0.00 0.14 0 0.15
HSL 298º 0.29% 0.8% -
HSV(B) 298º 0.14% 0.85% -
XYZ 59.25 55.78 73.97 -
YUV 200.09 138.11 140.06 -
System Red Green Blue C M Y K H S L
Decimal 217 188 218 0.00 0.14 0 0.15 298 0.29 0.8
Hex D9 BC DA 0 E 0 F 12A 1D 50
Octal 331 274 332 0 16 0 17 452 35 120
Binary 11011001 10111100 11011010 0 1110 0 1111 100101010 11101 1010000

Color Harmonies of #D9BCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BCDA

Black with #D9BCDA

Text Example


Text Example

White with #D9BCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BCDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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