#D5AFDA

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

Shades of Thistle #D5AFDA

Tints of Thistle #D5AFDA

Color information

#D5AFDA (or 0xD5AFDA) is unknown color: approx Thistle. HEX triplet: D5, AF and DA. RGB value is (213,175,218). Sum of RGB (Red+Green+Blue) = 213+175+218=606 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.15% from 606); Green value is 175 (68.75% from 255 or 28.88% from 606); Blue value is 218 (85.55% from 255 or 35.97% from 606); Max value from RGB is 218 - color contains mainly: blue. Hex color #D5AFDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AFDA is #2A5025. Grayscale: #BFBFBF. Windows color (decimal): -2773030 or 14331861. OLE color: 14331861.

HSL color Cylindrical-coordinate representation of color #D5AFDA: hue angle of 293.02º 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 #D5AFDA is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB213175218-
CMYK0.020.2000.15
HSL293.02º36.75%77.06%-
HSV(B)293.02º19.72%85.49%-
XYZ55.4349.8773.03-
YUV191.26143.09143.5-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.15%
GREEN value IS 175 (68.75% from 255) = 28.88%
BLUE value IS 218 (85.55% from 255) = 35.97%
R=35.15%
G=28.88%
B=35.97%

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
Decimal2131752180.020.2000.15293.0236.7577.06
HexD5AFDA2140F125254d
Octal32525733222401744545115
Binary1101010110101111110110101010100011111001001011001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AFDA; }

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

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

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

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

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

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

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

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