Html Css Color HEX #D9BADC Thistle

📋 copy color: '#D9BADC'

red 217 ◦ green 186 ◦ blue 220

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

Shades of Thistle #D9BADC

Tints of Thistle #D9BADC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 29.86%

 BLUE value IS 220 (86.33% from 255) = 35.31%

R = 34.83%
G = 29.86%
B = 35.31%

CMYK

 C value IS 0.01

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D9BADC (or 0xD9BADC) is known color: Thistle. HEX triplet: D9, BA and DC. RGB value is (217,186,220). Sum of RGB (Red+Green+Blue) = 217+186+220=623 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.83% from 623); Green value is 186 (73.05% from 255 or 29.86% from 623); Blue value is 220 (86.33% from 255 or 35.31% from 623); Max value from RGB is 220 - color contains mainly: blue. Hex color #D9BADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BADC is #264523. Grayscale: #C7C7C7. Windows color (decimal): -2508068 or 14465753. OLE color: 14465753.

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

Color convert

RGB 217 186 220 -
CMYK 0.01 0.15 0 0.14
HSL 294.71º 0.33% 0.8% -
HSV(B) 294.71º 0.15% 0.86% -
XYZ 59.09 55.04 75.22 -
YUV 199.15 139.77 140.74 -
System Red Green Blue C M Y K H S L
Decimal 217 186 220 0.01 0.15 0 0.14 294.71 0.33 0.8
Hex D9 BA DC 1 F 0 E 127 21 50
Octal 331 272 334 1 17 0 16 447 41 120
Binary 11011001 10111010 11011100 1 1111 0 1110 100100111 100001 1010000

Color Harmonies of #D9BADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BADC

Black with #D9BADC

Text Example


Text Example

White with #D9BADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BADC; }

 p { color: rgb(217,186,220); }

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

background-color css

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

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

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

border-color css

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

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

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