#DABFDA

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

Shades of Thistle #DABFDA

Tints of Thistle #DABFDA

Color information

#DABFDA (or 0xDABFDA) is unknown color: approx Thistle. HEX triplet: DA, BF and DA. RGB value is (218,191,218). Sum of RGB (Red+Green+Blue) = 218+191+218=627 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.77% from 627); Green value is 191 (75% from 255 or 30.46% from 627); Blue value is 218 (85.55% from 255 or 34.77% from 627); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DABFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABFDA is #254025. Grayscale: #CACACA. Windows color (decimal): -2441254 or 14335962. OLE color: 14335962.

HSL color Cylindrical-coordinate representation of color #DABFDA: hue angle of 300º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DABFDA is Cyan = 0, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB218191218-
CMYK00.1200.15
HSL300º26.73%80.2%-
HSV(B)300º12.39%85.49%-
XYZ60.257.2374.2-
YUV202.15136.95139.3-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.77%
GREEN value IS 191 (75% from 255) = 30.46%
BLUE value IS 218 (85.55% from 255) = 34.77%
R=34.77%
G=30.46%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819121800.1200.1530026.7380.2
HexDABFDA0C0F12c1b50
Octal33227733201401745433120
Binary1101101010111111110110100110001111100101100110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABFDA; }

 p { color: rgb(218,191,218); }

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

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

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

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

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

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

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