Html Css Color HEX #D7B0DC Thistle

📋 copy color: '#D7B0DC'

red 215 ◦ green 176 ◦ blue 220

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

Shades of Thistle #D7B0DC

Tints of Thistle #D7B0DC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 28.81%

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

R = 35.19%
G = 28.81%
B = 36.01%

CMYK

 C value IS 0.02

 M value IS 0.2

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D7B0DC (or 0xD7B0DC) is known color: Thistle. HEX triplet: D7, B0 and DC. RGB value is (215,176,220). Sum of RGB (Red+Green+Blue) = 215+176+220=611 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.19% from 611); Green value is 176 (69.14% from 255 or 28.81% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 220 - color contains mainly: blue. Hex color #D7B0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7B0DC is #284F23. Grayscale: #C0C0C0. Windows color (decimal): -2641700 or 14463191. OLE color: 14463191.

HSL color Cylindrical-coordinate representation of color #D7B0DC: hue angle of 293.18º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D7B0DC is Cyan = 0.02, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 176 220 -
CMYK 0.02 0.2 0 0.14
HSL 293.18º 0.39% 0.78% -
HSV(B) 293.18º 0.2% 0.86% -
XYZ 56.47 50.67 74.51 -
YUV 192.68 143.42 143.92 -
System Red Green Blue C M Y K H S L
Decimal 215 176 220 0.02 0.2 0 0.14 293.18 0.39 0.78
Hex D7 B0 DC 2 14 0 E 125 27 4E
Octal 327 260 334 2 24 0 16 445 47 116
Binary 11010111 10110000 11011100 10 10100 0 1110 100100101 100111 1001110

Color Harmonies of #D7B0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B0DC

Black with #D7B0DC

Text Example


Text Example

White with #D7B0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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