Html Css Color HEX #D9BCD9 Thistle

📋 copy color: '#D9BCD9'

red 217 ◦ green 188 ◦ blue 217

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

Shades of Thistle #D9BCD9

Tints of Thistle #D9BCD9

RGB

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

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

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

R = 34.89%
G = 30.23%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D9BCD9 (or 0xD9BCD9) is known color: Thistle. HEX triplet: D9, BC and D9. RGB value is (217,188,217). Sum of RGB (Red+Green+Blue) = 217+188+217=622 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.89% from 622); Green value is 188 (73.83% from 255 or 30.23% from 622); Blue value is 217 (85.16% from 255 or 34.89% from 622); Max value from RGB is 217 - color contains mainly: red, blue. Hex color #D9BCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BCD9 is #264326. Grayscale: #C7C7C7. Windows color (decimal): -2507559 or 14269657. OLE color: 14269657.

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

Color convert

RGB 217 188 217 -
CMYK 0 0.13 0 0.15
HSL 300º 0.28% 0.79% -
HSV(B) 300º 0.13% 0.85% -
XYZ 59.12 55.73 73.29 -
YUV 199.98 137.61 140.14 -
System Red Green Blue C M Y K H S L
Decimal 217 188 217 0 0.13 0 0.15 300 0.28 0.79
Hex D9 BC D9 0 D 0 F 12C 1C 4F
Octal 331 274 331 0 15 0 17 454 34 117
Binary 11011001 10111100 11011001 0 1101 0 1111 100101100 11100 1001111

Color Harmonies of #D9BCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BCD9

Black with #D9BCD9

Text Example


Text Example

White with #D9BCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BCD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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