Html Css Color HEX #D7B6DE Thistle

📋 copy color: '#D7B6DE'

red 215 ◦ green 182 ◦ blue 222

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

Shades of Thistle #D7B6DE

Tints of Thistle #D7B6DE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 29.4%

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

R = 34.73%
G = 29.4%
B = 35.86%

CMYK

 C value IS 0.03

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D7B6DE (or 0xD7B6DE) is known color: Thistle. HEX triplet: D7, B6 and DE. RGB value is (215,182,222). Sum of RGB (Red+Green+Blue) = 215+182+222=619 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.73% from 619); Green value is 182 (71.48% from 255 or 29.40% from 619); Blue value is 222 (87.11% from 255 or 35.86% from 619); Max value from RGB is 222 - color contains mainly: blue. Hex color #D7B6DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7B6DE is #284921. Grayscale: #C4C4C4. Windows color (decimal): -2640162 or 14595799. OLE color: 14595799.

HSL color Cylindrical-coordinate representation of color #D7B6DE: hue angle of 289.5º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D7B6DE is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 182 222 -
CMYK 0.03 0.18 0 0.13
HSL 289.5º 0.38% 0.79% -
HSV(B) 289.5º 0.18% 0.87% -
XYZ 57.94 53.18 76.32 -
YUV 196.43 142.43 141.25 -
System Red Green Blue C M Y K H S L
Decimal 215 182 222 0.03 0.18 0 0.13 289.5 0.38 0.79
Hex D7 B6 DE 3 12 0 D 122 26 4F
Octal 327 266 336 3 22 0 15 442 46 117
Binary 11010111 10110110 11011110 11 10010 0 1101 100100010 100110 1001111

Color Harmonies of #D7B6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B6DE

Black with #D7B6DE

Text Example


Text Example

White with #D7B6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B6DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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