#DAB8DC

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

Shades of Thistle #DAB8DC

Tints of Thistle #DAB8DC

Color information

#DAB8DC (or 0xDAB8DC) is unknown color: approx Thistle. HEX triplet: DA, B8 and DC. RGB value is (218,184,220). Sum of RGB (Red+Green+Blue) = 218+184+220=622 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.05% from 622); Green value is 184 (72.27% from 255 or 29.58% from 622); Blue value is 220 (86.33% from 255 or 35.37% from 622); Max value from RGB is 220 - color contains mainly: blue. Hex color #DAB8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB8DC is #254723. Grayscale: #C6C6C6. Windows color (decimal): -2443044 or 14465242. OLE color: 14465242.

HSL color Cylindrical-coordinate representation of color #DAB8DC: hue angle of 296.67º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DAB8DC is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB218184220-
CMYK0.010.1600.14
HSL296.67º33.96%79.22%-
HSV(B)296.67º16.36%86.27%-
XYZ58.9754.3575.09-
YUV198.27140.26142.07-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.05%
GREEN value IS 184 (72.27% from 255) = 29.58%
BLUE value IS 220 (86.33% from 255) = 35.37%
R=35.05%
G=29.58%
B=35.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2181842200.010.1600.14296.6733.9679.22
HexDAB8DC1100E129224f
Octal33227033412001645142117
Binary110110101011100011011100110000011101001010011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB8DC; }

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

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

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

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

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

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

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

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