Html Css Color HEX #D7BADC Thistle

📋 copy color: '#D7BADC'

red 215 ◦ green 186 ◦ blue 220

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

Shades of Thistle #D7BADC

Tints of Thistle #D7BADC

RGB

 RED value IS 215 (84.38% from 255) = 34.62%

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

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

R = 34.62%
G = 29.95%
B = 35.43%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D7BADC (or 0xD7BADC) is known color: Thistle. HEX triplet: D7, BA and DC. RGB value is (215,186,220). Sum of RGB (Red+Green+Blue) = 215+186+220=621 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.62% from 621); Green value is 186 (73.05% from 255 or 29.95% from 621); Blue value is 220 (86.33% from 255 or 35.43% from 621); Max value from RGB is 220 - color contains mainly: blue. Hex color #D7BADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BADC is #284523. Grayscale: #C6C6C6. Windows color (decimal): -2639140 or 14465751. OLE color: 14465751.

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

Color convert

RGB 215 186 220 -
CMYK 0.02 0.15 0 0.14
HSL 291.18º 0.33% 0.8% -
HSV(B) 291.18º 0.15% 0.86% -
XYZ 58.5 54.73 75.19 -
YUV 198.55 140.11 139.74 -
System Red Green Blue C M Y K H S L
Decimal 215 186 220 0.02 0.15 0 0.14 291.18 0.33 0.8
Hex D7 BA DC 2 F 0 E 123 21 50
Octal 327 272 334 2 17 0 16 443 41 120
Binary 11010111 10111010 11011100 10 1111 0 1110 100100011 100001 1010000

Color Harmonies of #D7BADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BADC

Black with #D7BADC

Text Example


Text Example

White with #D7BADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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