Html Css Color HEX #D6B4D8 Thistle

📋 copy color: '#D6B4D8'

red 214 ◦ green 180 ◦ blue 216

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

Shades of Thistle #D6B4D8

Tints of Thistle #D6B4D8

RGB

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

 GREEN value IS 180 (70.7% from 255) = 29.51%

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

R = 35.08%
G = 29.51%
B = 35.41%

CMYK

 C value IS 0.01

 M value IS 0.17

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D6B4D8 (or 0xD6B4D8) is known color: Thistle. HEX triplet: D6, B4 and D8. RGB value is (214,180,216). Sum of RGB (Red+Green+Blue) = 214+180+216=610 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.08% from 610); Green value is 180 (70.70% from 255 or 29.51% from 610); Blue value is 216 (84.77% from 255 or 35.41% from 610); Max value from RGB is 216 - color contains mainly: blue. Hex color #D6B4D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B4D8 is #294B27. Grayscale: #C2C2C2. Windows color (decimal): -2706216 or 14202070. OLE color: 14202070.

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

Color convert

RGB 214 180 216 -
CMYK 0.01 0.17 0 0.15
HSL 296.67º 0.32% 0.78% -
HSV(B) 296.67º 0.17% 0.85% -
XYZ 56.45 51.9 72.01 -
YUV 194.27 140.26 142.07 -
System Red Green Blue C M Y K H S L
Decimal 214 180 216 0.01 0.17 0 0.15 296.67 0.32 0.78
Hex D6 B4 D8 1 11 0 F 129 20 4E
Octal 326 264 330 1 21 0 17 451 40 116
Binary 11010110 10110100 11011000 1 10001 0 1111 100101001 100000 1001110

Color Harmonies of #D6B4D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B4D8

Black with #D6B4D8

Text Example


Text Example

White with #D6B4D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B4D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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