#DAB2DF

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

Shades of Thistle #DAB2DF

Tints of Thistle #DAB2DF

Color information

#DAB2DF (or 0xDAB2DF) is unknown color: approx Thistle. HEX triplet: DA, B2 and DF. RGB value is (218,178,223). Sum of RGB (Red+Green+Blue) = 218+178+223=619 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.22% from 619); Green value is 178 (69.92% from 255 or 28.76% from 619); Blue value is 223 (87.5% from 255 or 36.03% from 619); Max value from RGB is 223 - color contains mainly: blue. Hex color #DAB2DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB2DF is #254D20. Grayscale: #C2C2C2. Windows color (decimal): -2444577 or 14660314. OLE color: 14660314.

HSL color Cylindrical-coordinate representation of color #DAB2DF: hue angle of 293.33º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAB2DF is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB218178223-
CMYK0.020.2000.13
HSL293.33º41.28%78.63%-
HSV(B)293.33º20.18%87.45%-
XYZ58.1552.0776.8-
YUV195.09143.75144.34-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.22%
GREEN value IS 178 (69.92% from 255) = 28.76%
BLUE value IS 223 (87.5% from 255) = 36.03%
R=35.22%
G=28.76%
B=36.03%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2181782230.020.2000.13293.3341.2878.63
HexDAB2DF2140D125294f
Octal33226233722401544551117
Binary1101101010110010110111111010100011011001001011010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB2DF; }

 p { color: rgb(218,178,223); }

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

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

 a { background-color: rgb(218,178,223); }

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

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

 span { border-color: rgb(218,178,223); }

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