#DAB1E0

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

Shades of Thistle #DAB1E0

Tints of Thistle #DAB1E0

Color information

#DAB1E0 (or 0xDAB1E0) is unknown color: approx Thistle. HEX triplet: DA, B1 and E0. RGB value is (218,177,224). Sum of RGB (Red+Green+Blue) = 218+177+224=619 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.22% from 619); Green value is 177 (69.53% from 255 or 28.59% from 619); Blue value is 224 (87.89% from 255 or 36.19% from 619); Max value from RGB is 224 - color contains mainly: blue. Hex color #DAB1E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB1E0 is #254E1F. Grayscale: #C2C2C2. Windows color (decimal): -2444832 or 14725594. OLE color: 14725594.

HSL color Cylindrical-coordinate representation of color #DAB1E0: hue angle of 292.34º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAB1E0 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB218177224-
CMYK0.030.2100.12
HSL292.34º43.12%78.63%-
HSV(B)292.34º20.98%87.84%-
XYZ58.0951.7377.44-
YUV194.62144.58144.68-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.22%
GREEN value IS 177 (69.53% from 255) = 28.59%
BLUE value IS 224 (87.89% from 255) = 36.19%
R=35.22%
G=28.59%
B=36.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2181772240.030.2100.12292.3443.1278.63
HexDAB1E03150C1242b4f
Octal33226134032501444453117
Binary1101101010110001111000001110101011001001001001010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB1E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB1E0; }

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

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

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

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

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

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

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

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