Html Css Color HEX #D6B5D8 Thistle

📋 copy color: '#D6B5D8'

red 214 ◦ green 181 ◦ blue 216

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

Shades of Thistle #D6B5D8

Tints of Thistle #D6B5D8

RGB

 RED value IS 214 (83.98% from 255) = 35.02%

 GREEN value IS 181 (71.09% from 255) = 29.62%

 BLUE value IS 216 (84.77% from 255) = 35.35%

R = 35.02%
G = 29.62%
B = 35.35%

CMYK

 C value IS 0.01

 M value IS 0.16

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D6B5D8 (or 0xD6B5D8) is known color: Thistle. HEX triplet: D6, B5 and D8. RGB value is (214,181,216). Sum of RGB (Red+Green+Blue) = 214+181+216=611 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.02% from 611); Green value is 181 (71.09% from 255 or 29.62% from 611); Blue value is 216 (84.77% from 255 or 35.35% from 611); Max value from RGB is 216 - color contains mainly: blue. Hex color #D6B5D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B5D8 is #294A27. Grayscale: #C2C2C2. Windows color (decimal): -2705960 or 14202326. OLE color: 14202326.

HSL color Cylindrical-coordinate representation of color #D6B5D8: hue angle of 296.57º degrees, saturation: 0.31, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D6B5D8 is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 214 181 216 -
CMYK 0.01 0.16 0 0.15
HSL 296.57º 0.31% 0.78% -
HSV(B) 296.57º 0.16% 0.85% -
XYZ 56.65 52.3 72.08 -
YUV 194.86 139.93 141.65 -
System Red Green Blue C M Y K H S L
Decimal 214 181 216 0.01 0.16 0 0.15 296.57 0.31 0.78
Hex D6 B5 D8 1 10 0 F 129 1F 4E
Octal 326 265 330 1 20 0 17 451 37 116
Binary 11010110 10110101 11011000 1 10000 0 1111 100101001 11111 1001110

Color Harmonies of #D6B5D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B5D8

Black with #D6B5D8

Text Example


Text Example

White with #D6B5D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B5D8; }

 p { color: rgb(214,181,216); }

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

background-color css

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

 a { background-color: rgb(214,181,216); }

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

border-color css

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

 span { border-color: rgb(214,181,216); }

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