#DAB4DB

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

Shades of Thistle #DAB4DB

Tints of Thistle #DAB4DB

Color information

#DAB4DB (or 0xDAB4DB) is unknown color: approx Thistle. HEX triplet: DA, B4 and DB. RGB value is (218,180,219). Sum of RGB (Red+Green+Blue) = 218+180+219=617 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.33% from 617); Green value is 180 (70.70% from 255 or 29.17% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 219 - color contains mainly: blue. Hex color #DAB4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB4DB is #254B24. Grayscale: #C3C3C3. Windows color (decimal): -2444069 or 14398682. OLE color: 14398682.

HSL color Cylindrical-coordinate representation of color #DAB4DB: hue angle of 298.46º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DAB4DB is Cyan = 0.00, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB218180219-
CMYK0.000.1800.14
HSL298.46º35.14%78.24%-
HSV(B)298.46º17.81%85.88%-
XYZ58.0252.6674.12-
YUV195.81141.09143.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.33%
GREEN value IS 180 (70.70% from 255) = 29.17%
BLUE value IS 219 (85.94% from 255) = 35.49%
R=35.33%
G=29.17%
B=35.49%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2181802190.000.1800.14298.4635.1478.24
HexDAB4DB0120E12a234e
Octal33226433302201645243116
Binary110110101011010011011011010010011101001010101000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB4DB; }

 p { color: rgb(218,180,219); }

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

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

 a { background-color: rgb(218,180,219); }

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

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

 span { border-color: rgb(218,180,219); }

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