#D5AFDB

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

Shades of Thistle #D5AFDB

Tints of Thistle #D5AFDB

Color information

#D5AFDB (or 0xD5AFDB) is unknown color: approx Thistle. HEX triplet: D5, AF and DB. RGB value is (213,175,219). Sum of RGB (Red+Green+Blue) = 213+175+219=607 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.09% from 607); Green value is 175 (68.75% from 255 or 28.83% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 219 - color contains mainly: blue. Hex color #D5AFDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AFDB is #2A5024. Grayscale: #BFBFBF. Windows color (decimal): -2773029 or 14397397. OLE color: 14397397.

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

Color convert

RGB213175219-
CMYK0.030.2000.14
HSL291.82º37.93%77.25%-
HSV(B)291.82º20.09%85.88%-
XYZ55.5649.9273.73-
YUV191.38143.59143.42-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.09%
GREEN value IS 175 (68.75% from 255) = 28.83%
BLUE value IS 219 (85.94% from 255) = 36.08%
R=35.09%
G=28.83%
B=36.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2131752190.030.2000.14291.8237.9377.25
HexD5AFDB3140E124264d
Octal32525733332401644446115
Binary1101010110101111110110111110100011101001001001001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AFDB; }

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

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

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

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

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

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

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

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