#DAB4DD

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

Shades of Thistle #DAB4DD

Tints of Thistle #DAB4DD

Color information

#DAB4DD (or 0xDAB4DD) is unknown color: approx Thistle. HEX triplet: DA, B4 and DD. RGB value is (218,180,221). Sum of RGB (Red+Green+Blue) = 218+180+221=619 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.22% from 619); Green value is 180 (70.70% from 255 or 29.08% from 619); Blue value is 221 (86.72% from 255 or 35.70% from 619); Max value from RGB is 221 - color contains mainly: blue. Hex color #DAB4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB4DD is #254B22. Grayscale: #C3C3C3. Windows color (decimal): -2444067 or 14529754. OLE color: 14529754.

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

Color convert

RGB218180221-
CMYK0.010.1900.13
HSL295.61º37.61%78.63%-
HSV(B)295.61º18.55%86.67%-
XYZ58.2952.7775.52-
YUV196.04142.09143.67-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.22%
GREEN value IS 180 (70.70% from 255) = 29.08%
BLUE value IS 221 (86.72% from 255) = 35.70%
R=35.22%
G=29.08%
B=35.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2181802210.010.1900.13295.6137.6178.63
HexDAB4DD1130D128264f
Octal33226433512301545046117
Binary110110101011010011011101110011011011001010001001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB4DD; }

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

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

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

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

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

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

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

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