#DAB1DF

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

Shades of Thistle #DAB1DF

Tints of Thistle #DAB1DF

Color information

#DAB1DF (or 0xDAB1DF) is unknown color: approx Thistle. HEX triplet: DA, B1 and DF. RGB value is (218,177,223). Sum of RGB (Red+Green+Blue) = 218+177+223=618 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.28% from 618); Green value is 177 (69.53% from 255 or 28.64% from 618); Blue value is 223 (87.5% from 255 or 36.08% from 618); Max value from RGB is 223 - color contains mainly: blue. Hex color #DAB1DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB1DF is #254E20. Grayscale: #C2C2C2. Windows color (decimal): -2444833 or 14660058. OLE color: 14660058.

HSL color Cylindrical-coordinate representation of color #DAB1DF: hue angle of 293.48º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAB1DF is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB218177223-
CMYK0.020.2100.13
HSL293.48º41.82%78.43%-
HSV(B)293.48º20.63%87.45%-
XYZ57.9551.6876.73-
YUV194.5144.08144.76-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.28%
GREEN value IS 177 (69.53% from 255) = 28.64%
BLUE value IS 223 (87.5% from 255) = 36.08%
R=35.28%
G=28.64%
B=36.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2181772230.020.2100.13293.4841.8278.43
HexDAB1DF2150D1252a4e
Octal33226133722501544552116
Binary1101101010110001110111111010101011011001001011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB1DF; }

 p { color: rgb(218,177,223); }

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

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

 a { background-color: rgb(218,177,223); }

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

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

 span { border-color: rgb(218,177,223); }

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