Html Css Color HEX #D7B1DE Thistle

📋 copy color: '#D7B1DE'

red 215 ◦ green 177 ◦ blue 222

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

Shades of Thistle #D7B1DE

Tints of Thistle #D7B1DE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 28.83%

 BLUE value IS 222 (87.11% from 255) = 36.16%

R = 35.02%
G = 28.83%
B = 36.16%

CMYK

 C value IS 0.03

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D7B1DE (or 0xD7B1DE) is known color: Thistle. HEX triplet: D7, B1 and DE. RGB value is (215,177,222). Sum of RGB (Red+Green+Blue) = 215+177+222=614 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.02% from 614); Green value is 177 (69.53% from 255 or 28.83% from 614); Blue value is 222 (87.11% from 255 or 36.16% from 614); Max value from RGB is 222 - color contains mainly: blue. Hex color #D7B1DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7B1DE is #284E21. Grayscale: #C1C1C1. Windows color (decimal): -2641442 or 14594519. OLE color: 14594519.

HSL color Cylindrical-coordinate representation of color #D7B1DE: hue angle of 290.67º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D7B1DE is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 177 222 -
CMYK 0.03 0.20 0 0.13
HSL 290.67º 0.41% 0.78% -
HSV(B) 290.67º 0.2% 0.87% -
XYZ 56.93 51.17 75.98 -
YUV 193.49 144.09 143.34 -
System Red Green Blue C M Y K H S L
Decimal 215 177 222 0.03 0.20 0 0.13 290.67 0.41 0.78
Hex D7 B1 DE 3 14 0 D 123 29 4E
Octal 327 261 336 3 24 0 15 443 51 116
Binary 11010111 10110001 11011110 11 10100 0 1101 100100011 101001 1001110

Color Harmonies of #D7B1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B1DE

Black with #D7B1DE

Text Example


Text Example

White with #D7B1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B1DE; }

 p { color: rgb(215,177,222); }

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

background-color css

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

 a { background-color: rgb(215,177,222); }

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

border-color css

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

 span { border-color: rgb(215,177,222); }

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