#DAB7DD

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

Shades of Thistle #DAB7DD

Tints of Thistle #DAB7DD

Color information

#DAB7DD (or 0xDAB7DD) is unknown color: approx Thistle. HEX triplet: DA, B7 and DD. RGB value is (218,183,221). Sum of RGB (Red+Green+Blue) = 218+183+221=622 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.05% from 622); Green value is 183 (71.88% from 255 or 29.42% from 622); Blue value is 221 (86.72% from 255 or 35.53% from 622); Max value from RGB is 221 - color contains mainly: blue. Hex color #DAB7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB7DD is #254822. Grayscale: #C5C5C5. Windows color (decimal): -2443299 or 14530522. OLE color: 14530522.

HSL color Cylindrical-coordinate representation of color #DAB7DD: hue angle of 295.26º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DAB7DD is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB218183221-
CMYK0.010.1700.13
HSL295.26º35.85%79.22%-
HSV(B)295.26º17.19%86.67%-
XYZ58.953.9975.72-
YUV197.8141.1142.41-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.05%
GREEN value IS 183 (71.88% from 255) = 29.42%
BLUE value IS 221 (86.72% from 255) = 35.53%
R=35.05%
G=29.42%
B=35.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2181832210.010.1700.13295.2635.8579.22
HexDAB7DD1110D127244f
Octal33226733512101544744117
Binary110110101011011111011101110001011011001001111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB7DD; }

 p { color: rgb(218,183,221); }

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

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

 a { background-color: rgb(218,183,221); }

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

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

 span { border-color: rgb(218,183,221); }

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