Html Css Color HEX #D6AFDB Thistle

📋 copy color: '#D6AFDB'

red 214 ◦ green 175 ◦ blue 219

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

Shades of Thistle #D6AFDB

Tints of Thistle #D6AFDB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 28.78%

 BLUE value IS 219 (85.94% from 255) = 36.02%

R = 35.2%
G = 28.78%
B = 36.02%

CMYK

 C value IS 0.02

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D6AFDB (or 0xD6AFDB) is known color: Thistle. HEX triplet: D6, AF and DB. RGB value is (214,175,219). Sum of RGB (Red+Green+Blue) = 214+175+219=608 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.20% from 608); Green value is 175 (68.75% from 255 or 28.78% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 219 - color contains mainly: blue. Hex color #D6AFDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AFDB is #295024. Grayscale: #BFBFBF. Windows color (decimal): -2707493 or 14397398. OLE color: 14397398.

HSL color Cylindrical-coordinate representation of color #D6AFDB: hue angle of 293.18º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6AFDB is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 175 219 -
CMYK 0.02 0.20 0 0.14
HSL 293.18º 0.38% 0.77% -
HSV(B) 293.18º 0.2% 0.86% -
XYZ 55.85 50.07 73.74 -
YUV 191.68 143.42 143.92 -
System Red Green Blue C M Y K H S L
Decimal 214 175 219 0.02 0.20 0 0.14 293.18 0.38 0.77
Hex D6 AF DB 2 14 0 E 125 26 4D
Octal 326 257 333 2 24 0 16 445 46 115
Binary 11010110 10101111 11011011 10 10100 0 1110 100100101 100110 1001101

Color Harmonies of #D6AFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AFDB

Black with #D6AFDB

Text Example


Text Example

White with #D6AFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AFDB; }

 p { color: rgb(214,175,219); }

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

background-color css

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

 a { background-color: rgb(214,175,219); }

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

border-color css

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

 span { border-color: rgb(214,175,219); }

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