#DAB1DC

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

Shades of Thistle #DAB1DC

Tints of Thistle #DAB1DC

Color information

#DAB1DC (or 0xDAB1DC) is unknown color: approx Thistle. HEX triplet: DA, B1 and DC. RGB value is (218,177,220). Sum of RGB (Red+Green+Blue) = 218+177+220=615 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.45% from 615); Green value is 177 (69.53% from 255 or 28.78% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 220 - color contains mainly: blue. Hex color #DAB1DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB1DC is #254E23. Grayscale: #C2C2C2. Windows color (decimal): -2444836 or 14463450. OLE color: 14463450.

HSL color Cylindrical-coordinate representation of color #DAB1DC: hue angle of 297.21º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAB1DC is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB218177220-
CMYK0.010.2000.14
HSL297.21º38.05%77.84%-
HSV(B)297.21º19.55%86.27%-
XYZ57.5551.5274.62-
YUV194.16142.58145-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.45%
GREEN value IS 177 (69.53% from 255) = 28.78%
BLUE value IS 220 (86.33% from 255) = 35.77%
R=35.45%
G=28.78%
B=35.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2181772200.010.2000.14297.2138.0577.84
HexDAB1DC1140E129264e
Octal33226133412401645146116
Binary110110101011000111011100110100011101001010011001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB1DC; }

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

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

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

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

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

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

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

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