#D6AFDA

Color #D6AFDA Thistle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Thistle #D6AFDA

Tints of Thistle #D6AFDA

Color information

#D6AFDA (or 0xD6AFDA) is unknown color: approx Thistle. HEX triplet: D6, AF and DA. RGB value is (214,175,218). Sum of RGB (Red+Green+Blue) = 214+175+218=607 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.26% from 607); Green value is 175 (68.75% from 255 or 28.83% from 607); Blue value is 218 (85.55% from 255 or 35.91% from 607); Max value from RGB is 218 - color contains mainly: blue. Hex color #D6AFDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AFDA is #295025. Grayscale: #BFBFBF. Windows color (decimal): -2707494 or 14331862. OLE color: 14331862.

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

Color convert

RGB214175218-
CMYK0.020.2000.15
HSL294.42º36.75%77.06%-
HSV(B)294.42º19.72%85.49%-
XYZ55.7250.0273.05-
YUV191.56142.92144-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.26%
GREEN value IS 175 (68.75% from 255) = 28.83%
BLUE value IS 218 (85.55% from 255) = 35.91%
R=35.26%
G=28.83%
B=35.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2141752180.020.2000.15294.4236.7577.06
HexD6AFDA2140F126254d
Octal32625733222401744645115
Binary1101011010101111110110101010100011111001001101001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AFDA; }

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

 H1.HeaderClassName
 {
   color: #D6AFDA;
 }
 .AnyTagClassName
 {
   color: #D6AFDA;
 }
</style>
background-color css

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

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

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

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

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

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