Html Css Color HEX #D6B5DC Thistle

📋 copy color: '#D6B5DC'

red 214 ◦ green 181 ◦ blue 220

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

Shades of Thistle #D6B5DC

Tints of Thistle #D6B5DC

RGB

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

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

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

R = 34.8%
G = 29.43%
B = 35.77%

CMYK

 C value IS 0.03

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D6B5DC (or 0xD6B5DC) is known color: Thistle. HEX triplet: D6, B5 and DC. RGB value is (214,181,220). Sum of RGB (Red+Green+Blue) = 214+181+220=615 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.80% from 615); Green value is 181 (71.09% from 255 or 29.43% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 220 - color contains mainly: blue. Hex color #D6B5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B5DC is #294A23. Grayscale: #C3C3C3. Windows color (decimal): -2705956 or 14464470. OLE color: 14464470.

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

Color convert

RGB 214 181 220 -
CMYK 0.03 0.18 0 0.14
HSL 290.77º 0.36% 0.79% -
HSV(B) 290.77º 0.18% 0.86% -
XYZ 57.17 52.51 74.83 -
YUV 195.31 141.93 141.33 -
System Red Green Blue C M Y K H S L
Decimal 214 181 220 0.03 0.18 0 0.14 290.77 0.36 0.79
Hex D6 B5 DC 3 12 0 E 123 24 4F
Octal 326 265 334 3 22 0 16 443 44 117
Binary 11010110 10110101 11011100 11 10010 0 1110 100100011 100100 1001111

Color Harmonies of #D6B5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B5DC

Black with #D6B5DC

Text Example


Text Example

White with #D6B5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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