#DAB1E1

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

Shades of Thistle #DAB1E1

Tints of Thistle #DAB1E1

Color information

#DAB1E1 (or 0xDAB1E1) is unknown color: approx Thistle. HEX triplet: DA, B1 and E1. RGB value is (218,177,225). Sum of RGB (Red+Green+Blue) = 218+177+225=620 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.16% from 620); Green value is 177 (69.53% from 255 or 28.55% from 620); Blue value is 225 (88.28% from 255 or 36.29% from 620); Max value from RGB is 225 - color contains mainly: blue. Hex color #DAB1E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB1E1 is #254E1E. Grayscale: #C2C2C2. Windows color (decimal): -2444831 or 14791130. OLE color: 14791130.

HSL color Cylindrical-coordinate representation of color #DAB1E1: hue angle of 291.25º degrees, saturation: 0.44, 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 #DAB1E1 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB218177225-
CMYK0.030.2100.12
HSL291.25º44.44%78.82%-
HSV(B)291.25º21.33%88.24%-
XYZ58.2351.7978.16-
YUV194.73145.08144.6-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.16%
GREEN value IS 177 (69.53% from 255) = 28.55%
BLUE value IS 225 (88.28% from 255) = 36.29%
R=35.16%
G=28.55%
B=36.29%

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
Decimal2181772250.030.2100.12291.2544.4478.82
HexDAB1E13150C1232c4f
Octal33226134132501444354117
Binary1101101010110001111000011110101011001001000111011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB1E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB1E1; }

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

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

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

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

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

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

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

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