Html Css Color HEX #D3AFD6 Thistle

📋 copy color: '#D3AFD6'

red 211 ◦ green 175 ◦ blue 214

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

Shades of Thistle #D3AFD6

Tints of Thistle #D3AFD6

RGB

 RED value IS 211 (82.81% from 255) = 35.17%

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

 BLUE value IS 214 (83.98% from 255) = 35.67%

R = 35.17%
G = 29.17%
B = 35.67%

CMYK

 C value IS 0.01

 M value IS 0.18

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D3AFD6 (or 0xD3AFD6) is known color: Thistle. HEX triplet: D3, AF and D6. RGB value is (211,175,214). Sum of RGB (Red+Green+Blue) = 211+175+214=600 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.17% from 600); Green value is 175 (68.75% from 255 or 29.17% from 600); Blue value is 214 (83.98% from 255 or 35.67% from 600); Max value from RGB is 214 - color contains mainly: blue. Hex color #D3AFD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AFD6 is #2C5029. Grayscale: #BEBEBE. Windows color (decimal): -2904106 or 14069715. OLE color: 14069715.

HSL color Cylindrical-coordinate representation of color #D3AFD6: hue angle of 295.38º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D3AFD6 is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 211 175 214 -
CMYK 0.01 0.18 0 0.16
HSL 295.38º 0.32% 0.76% -
HSV(B) 295.38º 0.18% 0.84% -
XYZ 54.33 49.36 70.28 -
YUV 190.21 141.43 142.83 -
System Red Green Blue C M Y K H S L
Decimal 211 175 214 0.01 0.18 0 0.16 295.38 0.32 0.76
Hex D3 AF D6 1 12 0 10 127 20 4C
Octal 323 257 326 1 22 0 20 447 40 114
Binary 11010011 10101111 11010110 1 10010 0 10000 100100111 100000 1001100

Color Harmonies of #D3AFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AFD6

Black with #D3AFD6

Text Example


Text Example

White with #D3AFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AFD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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