#DAB3E1

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

Shades of Thistle #DAB3E1

Tints of Thistle #DAB3E1

Color information

#DAB3E1 (or 0xDAB3E1) is unknown color: approx Thistle. HEX triplet: DA, B3 and E1. RGB value is (218,179,225). Sum of RGB (Red+Green+Blue) = 218+179+225=622 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.05% from 622); Green value is 179 (70.31% from 255 or 28.78% from 622); Blue value is 225 (88.28% from 255 or 36.17% from 622); Max value from RGB is 225 - color contains mainly: blue. Hex color #DAB3E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB3E1 is #254C1E. Grayscale: #C3C3C3. Windows color (decimal): -2444319 or 14791642. OLE color: 14791642.

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

Color convert

RGB218179225-
CMYK0.030.2000.12
HSL290.87º43.4%79.22%-
HSV(B)290.87º20.44%88.24%-
XYZ58.6252.5878.29-
YUV195.9144.42143.76-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.05%
GREEN value IS 179 (70.31% from 255) = 28.78%
BLUE value IS 225 (88.28% from 255) = 36.17%
R=35.05%
G=28.78%
B=36.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2181792250.030.2000.12290.8743.479.22
HexDAB3E13140C1232b4f
Octal33226334132401444353117
Binary1101101010110011111000011110100011001001000111010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB3E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB3E1; }

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

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

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

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

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

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

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

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